File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
66The 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+ ## [ v5.0.0] ( https://github.com/puppetlabs/puppet-lint/tree/v5.0.0 ) - 2025-09-23
9+
10+ [ Full Changelog] ( https://github.com/puppetlabs/puppet-lint/compare/v4.3.0...v5.0.0 )
11+
12+ ### Changed
13+
14+ - (CAT-2281) Remove puppet 7 infrastructure [ #242 ] ( https://github.com/puppetlabs/puppet-lint/pull/242 ) ([ LukasAud] ( https://github.com/LukasAud ) )
15+
16+ ### Added
17+
18+ - Add abstract data types to lexer type tokens list [ #240 ] ( https://github.com/puppetlabs/puppet-lint/pull/240 ) ([ kenyon] ( https://github.com/kenyon ) )
19+
20+ ### Fixed
21+
22+ - Add missing ` require 'pp' ` [ #247 ] ( https://github.com/puppetlabs/puppet-lint/pull/247 ) ([ alexjfisher] ( https://github.com/alexjfisher ) )
23+ - Avoid using the manifest lexer on YAML [ #239 ] ( https://github.com/puppetlabs/puppet-lint/pull/239 ) ([ tokenrove] ( https://github.com/tokenrove ) )
24+
825## [ v4.3.0] ( https://github.com/puppetlabs/puppet-lint/tree/v4.3.0 ) - 2025-03-06
926
1027[ Full Changelog] ( https://github.com/puppetlabs/puppet-lint/compare/v4.2.4...v4.3.0 )
Original file line number Diff line number Diff line change 11class PuppetLint
2- VERSION = '4.3 .0' . freeze
2+ VERSION = '5.0 .0' . freeze
33end
You can’t perform that action at this time.
0 commit comments