Skip to content

Commit 8774d60

Browse files
authored
Merge pull request #252 from puppetlabs/release-prep
Release prep v5.0.0
2 parents 6e485da + 3a4f19d commit 8774d60

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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+
## [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)

lib/puppet-lint/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class PuppetLint
2-
VERSION = '4.3.0'.freeze
2+
VERSION = '5.0.0'.freeze
33
end

0 commit comments

Comments
 (0)