Skip to content

Commit 0b4ddb1

Browse files
authored
Merge pull request #139 from puppetlabs/release-prep
Release prep v4.0.1
2 parents 03bb0ea + ae2cb02 commit 0b4ddb1

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,22 @@ 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+
## [v4.0.1](https://github.com/puppetlabs/puppet-lint/tree/v4.0.1) - 2023-07-31
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppet-lint/compare/v4.0.0...v4.0.1)
11+
12+
### Fixed
13+
14+
- (CAT-1167) Fix failing legacy fact autocorrector [#138](https://github.com/puppetlabs/puppet-lint/pull/138) ([LukasAud](https://github.com/LukasAud))
15+
- (GH-122) Fix bad detection of optional parameters out of order [#123](https://github.com/puppetlabs/puppet-lint/pull/123) ([tiandrey](https://github.com/tiandrey))
16+
- Do not crash when referring to a fact key without quoting it [#119](https://github.com/puppetlabs/puppet-lint/pull/119) ([chutzimir](https://github.com/chutzimir))
17+
818
## [v4.0.0](https://github.com/puppetlabs/puppet-lint/tree/v4.0.0) - 2023-04-21
919

1020
[Full Changelog](https://github.com/puppetlabs/puppet-lint/compare/v3.4.0...v4.0.0)
1121

1222
### Changed
13-
- (CONT-811) Add Ruby 3.2 support [#113](https://github.com/puppetlabs/puppet-lint/pull/113) ([GSPatton](https://github.com/GSPatton))
23+
- (CONT-811) Add Ruby 3.2 support and Remove support for Ruby 2.5 [#113](https://github.com/puppetlabs/puppet-lint/pull/113) ([GSPatton](https://github.com/GSPatton))
1424

1525
## [v3.4.0](https://github.com/puppetlabs/puppet-lint/tree/v3.4.0) - 2023-04-05
1626

lib/puppet-lint/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class PuppetLint
2-
VERSION = '4.0.0'.freeze
2+
VERSION = '4.0.1'.freeze
33
end

0 commit comments

Comments
 (0)