|
1 |
| -# Change log |
| 1 | +<!-- markdownlint-disable MD024 --> |
| 2 | +# Changelog |
2 | 3 |
|
3 |
| -All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). |
| 4 | +All notable changes to this project will be documented in this file. |
4 | 5 |
|
| 6 | +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). |
5 | 7 |
|
6 |
| -## [v0.3.0](https://github.com/puppetlabs/puppet-modulebuilder/tree/v0.3.0) (2021-05-17) |
| 8 | +## [v0.4.0-rc.1](https://github.com/puppetlabs/puppet-modulebuilder/tree/v0.4.0-rc.1) - 2023-04-18 |
| 9 | + |
| 10 | +[Full Changelog](https://github.com/puppetlabs/puppet-modulebuilder/compare/v0.3.0...v0.4.0-rc.1) |
| 11 | + |
| 12 | +### Changed |
| 13 | +- (CONT-881) Ruby 3 / Puppet 8 Support [#50](https://github.com/puppetlabs/puppet-modulebuilder/pull/50) ([chelnak](https://github.com/chelnak)) |
| 14 | + |
| 15 | +## [v0.3.0](https://github.com/puppetlabs/puppet-modulebuilder/tree/v0.3.0) - 2021-05-17 |
7 | 16 |
|
8 | 17 | [Full Changelog](https://github.com/puppetlabs/puppet-modulebuilder/compare/v0.2.1...v0.3.0)
|
9 | 18 |
|
10 |
| -**Implemented enhancements:** |
| 19 | +### Added |
11 | 20 |
|
12 |
| -- Refresh dependency matrix; drop ruby 2.3 and earlier [\#35](https://github.com/puppetlabs/puppet-modulebuilder/pull/35) ([DavidS](https://github.com/DavidS)) |
13 |
| -- Use Puppet 7 in development on Ruby 2.7+ [\#32](https://github.com/puppetlabs/puppet-modulebuilder/pull/32) ([ekohl](https://github.com/ekohl)) |
14 |
| -- Add a setter for release\_name [\#31](https://github.com/puppetlabs/puppet-modulebuilder/pull/31) ([ekohl](https://github.com/ekohl)) |
15 |
| -- Preserve directory mtimes [\#27](https://github.com/puppetlabs/puppet-modulebuilder/pull/27) ([ekohl](https://github.com/ekohl)) |
16 |
| -- Use match\_path instead of match\_paths [\#26](https://github.com/puppetlabs/puppet-modulebuilder/pull/26) ([ekohl](https://github.com/ekohl)) |
| 21 | +- Use Puppet 7 in development on Ruby 2.7+ [#32](https://github.com/puppetlabs/puppet-modulebuilder/pull/32) ([ekohl](https://github.com/ekohl)) |
| 22 | +- Add a setter for release_name [#31](https://github.com/puppetlabs/puppet-modulebuilder/pull/31) ([ekohl](https://github.com/ekohl)) |
| 23 | +- Preserve directory mtimes [#27](https://github.com/puppetlabs/puppet-modulebuilder/pull/27) ([ekohl](https://github.com/ekohl)) |
| 24 | +- Use match_path instead of match_paths [#26](https://github.com/puppetlabs/puppet-modulebuilder/pull/26) ([ekohl](https://github.com/ekohl)) |
17 | 25 |
|
18 |
| -**Fixed bugs:** |
| 26 | +### Fixed |
19 | 27 |
|
20 |
| -- Use correct source variable when warning about symlinks [\#36](https://github.com/puppetlabs/puppet-modulebuilder/pull/36) ([DavidS](https://github.com/DavidS)) |
21 |
| -- Ignore all hidden files in the root dir [\#29](https://github.com/puppetlabs/puppet-modulebuilder/pull/29) ([ekohl](https://github.com/ekohl)) |
| 28 | +- Use correct source variable when warning about symlinks [#36](https://github.com/puppetlabs/puppet-modulebuilder/pull/36) ([DavidS](https://github.com/DavidS)) |
| 29 | +- Ignore all hidden files in the root dir [#29](https://github.com/puppetlabs/puppet-modulebuilder/pull/29) ([ekohl](https://github.com/ekohl)) |
22 | 30 |
|
23 |
| -## [v0.2.1](https://github.com/puppetlabs/puppet-modulebuilder/tree/v0.2.1) (2020-06-08) |
| 31 | +## [v0.2.1](https://github.com/puppetlabs/puppet-modulebuilder/tree/v0.2.1) - 2020-06-08 |
24 | 32 |
|
25 | 33 | [Full Changelog](https://github.com/puppetlabs/puppet-modulebuilder/compare/v0.2.0...v0.2.1)
|
26 | 34 |
|
27 |
| -**Fixed bugs:** |
| 35 | +### Fixed |
28 | 36 |
|
29 |
| -- \(IAC-864\) fix symlinked source [\#23](https://github.com/puppetlabs/puppet-modulebuilder/pull/23) ([DavidS](https://github.com/DavidS)) |
30 |
| -- \(IAC-859\) add Ruby 2.7 testing; address deprecation warnings [\#22](https://github.com/puppetlabs/puppet-modulebuilder/pull/22) ([DavidS](https://github.com/DavidS)) |
| 37 | +- (IAC-864) fix symlinked source [#23](https://github.com/puppetlabs/puppet-modulebuilder/pull/23) ([DavidS](https://github.com/DavidS)) |
| 38 | +- (IAC-859) add Ruby 2.7 testing; address deprecation warnings [#22](https://github.com/puppetlabs/puppet-modulebuilder/pull/22) ([DavidS](https://github.com/DavidS)) |
31 | 39 |
|
32 |
| -## [v0.2.0](https://github.com/puppetlabs/puppet-modulebuilder/tree/v0.2.0) (2020-04-30) |
| 40 | +## [v0.2.0](https://github.com/puppetlabs/puppet-modulebuilder/tree/v0.2.0) - 2020-04-30 |
33 | 41 |
|
34 | 42 | [Full Changelog](https://github.com/puppetlabs/puppet-modulebuilder/compare/v0.1.0...v0.2.0)
|
35 | 43 |
|
36 |
| -**Implemented enhancements:** |
37 |
| - |
38 |
| -- Set defaults for Builder [\#11](https://github.com/puppetlabs/puppet-modulebuilder/pull/11) ([ekohl](https://github.com/ekohl)) |
39 |
| - |
40 |
| -**Fixed bugs:** |
| 44 | +### Added |
41 | 45 |
|
42 |
| -- Always ignore .git [\#15](https://github.com/puppetlabs/puppet-modulebuilder/pull/15) ([ekohl](https://github.com/ekohl)) |
| 46 | +- Set defaults for Builder [#11](https://github.com/puppetlabs/puppet-modulebuilder/pull/11) ([ekohl](https://github.com/ekohl)) |
43 | 47 |
|
44 |
| -## v0.1.0 |
| 48 | +### Fixed |
45 | 49 |
|
46 |
| -This is the initial release of the project. |
| 50 | +- Always ignore .git [#15](https://github.com/puppetlabs/puppet-modulebuilder/pull/15) ([ekohl](https://github.com/ekohl)) |
47 | 51 |
|
| 52 | +## [v0.1.0](https://github.com/puppetlabs/puppet-modulebuilder/tree/v0.1.0) - 2020-02-27 |
48 | 53 |
|
49 |
| -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
| 54 | +[Full Changelog](https://github.com/puppetlabs/puppet-modulebuilder/compare/01ac316defabe60fb7d3c95ec2b219ad5e8e1591...v0.1.0) |
0 commit comments