Skip to content

Commit dcff4a1

Browse files
authored
Merge pull request #165 from puppetlabs/release-prep
Release prep v4.2.1
2 parents d27cf99 + 4ceb250 commit dcff4a1

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

+11-3
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+
## [v4.2.1](https://github.com/puppetlabs/puppet-lint/tree/v4.2.1) - 2023-10-09
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppet-lint/compare/v4.2.0...v4.2.1)
11+
12+
### Fixed
13+
14+
- legacy_facts: Deal with variables ending in facts [#155](https://github.com/puppetlabs/puppet-lint/pull/155) ([ekohl](https://github.com/ekohl))
15+
816
## [v4.2.0](https://github.com/puppetlabs/puppet-lint/tree/v4.2.0) - 2023-08-29
917

1018
[Full Changelog](https://github.com/puppetlabs/puppet-lint/compare/v4.1.0...v4.2.0)
@@ -95,15 +103,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
95103

96104
[Full Changelog](https://github.com/puppetlabs/puppet-lint/compare/2.5.2...v3.0.0)
97105

106+
### Changed
107+
- (MAINT) bump ruby version [#50](https://github.com/puppetlabs/puppet-lint/pull/50) ([chelnak](https://github.com/chelnak))
108+
98109
### Added
99110

100111
- (GH-47) Expose additional indexes [#48](https://github.com/puppetlabs/puppet-lint/pull/48) ([chelnak](https://github.com/chelnak))
101112
- Add SARIF support [#40](https://github.com/puppetlabs/puppet-lint/pull/40) ([shaopeng-gh](https://github.com/shaopeng-gh))
102113
- Add GitHub Actions annotations [#34](https://github.com/puppetlabs/puppet-lint/pull/34) ([ekohl](https://github.com/ekohl))
103114

104-
### Changed
105-
- (MAINT) bump ruby version [#50](https://github.com/puppetlabs/puppet-lint/pull/50) ([chelnak](https://github.com/chelnak))
106-
107115
### Fixed
108116

109117
- Don't print GitHub annotations in JSON mode [#35](https://github.com/puppetlabs/puppet-lint/pull/35) ([ekohl](https://github.com/ekohl))

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.2.0'.freeze
2+
VERSION = '4.2.1'.freeze
33
end

0 commit comments

Comments
 (0)