Skip to content

Commit 1b33adc

Browse files
Merge pull request #101 from puppetlabs/release-prep
Release prep v2.0.1
2 parents 4b3d59a + 5be6c07 commit 1b33adc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55

66
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).
77

8+
## [v2.0.1](https://github.com/puppetlabs/puppet-modulebuilder/tree/v2.0.1) - 2024-09-18
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppet-modulebuilder/compare/v2.0.0...v2.0.1)
11+
12+
### Fixed
13+
14+
- (bug) - Add lib dir to built modules [#100](https://github.com/puppetlabs/puppet-modulebuilder/pull/100) ([jordanbreen28](https://github.com/jordanbreen28))
15+
816
## [v2.0.0](https://github.com/puppetlabs/puppet-modulebuilder/tree/v2.0.0) - 2024-09-17
917

1018
[Full Changelog](https://github.com/puppetlabs/puppet-modulebuilder/compare/v1.1.0...v2.0.0)

Diff for: lib/puppet/modulebuilder/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Puppet
44
module Modulebuilder
5-
VERSION = '2.0.0'
5+
VERSION = '2.0.1'
66
end
77
end

0 commit comments

Comments
 (0)