File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
6
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 ) .
7
7
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
+
8
16
## [ v4.2.0] ( https://github.com/puppetlabs/puppet-lint/tree/v4.2.0 ) - 2023-08-29
9
17
10
18
[ 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
95
103
96
104
[ Full Changelog] ( https://github.com/puppetlabs/puppet-lint/compare/2.5.2...v3.0.0 )
97
105
106
+ ### Changed
107
+ - (MAINT) bump ruby version [ #50 ] ( https://github.com/puppetlabs/puppet-lint/pull/50 ) ([ chelnak] ( https://github.com/chelnak ) )
108
+
98
109
### Added
99
110
100
111
- (GH-47 ) Expose additional indexes [ #48 ] ( https://github.com/puppetlabs/puppet-lint/pull/48 ) ([ chelnak] ( https://github.com/chelnak ) )
101
112
- Add SARIF support [ #40 ] ( https://github.com/puppetlabs/puppet-lint/pull/40 ) ([ shaopeng-gh] ( https://github.com/shaopeng-gh ) )
102
113
- Add GitHub Actions annotations [ #34 ] ( https://github.com/puppetlabs/puppet-lint/pull/34 ) ([ ekohl] ( https://github.com/ekohl ) )
103
114
104
- ### Changed
105
- - (MAINT) bump ruby version [ #50 ] ( https://github.com/puppetlabs/puppet-lint/pull/50 ) ([ chelnak] ( https://github.com/chelnak ) )
106
-
107
115
### Fixed
108
116
109
117
- Don't print GitHub annotations in JSON mode [ #35 ] ( https://github.com/puppetlabs/puppet-lint/pull/35 ) ([ ekohl] ( https://github.com/ekohl ) )
Original file line number Diff line number Diff line change 1
1
class PuppetLint
2
- VERSION = '4.2.0 ' . freeze
2
+ VERSION = '4.2.1 ' . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments