Skip to content

Commit 6b988a2

Browse files
authored
Merge pull request #253 from puppetlabs/release-prep
Release prep v5.1.0
2 parents 8c78d36 + 12b4195 commit 6b988a2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [v5.1.0](https://github.com/puppetlabs/puppet-lint/tree/v5.1.0) - 2025-09-25
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppet-lint/compare/v5.0.0...v5.1.0)
11+
12+
### Added
13+
14+
- Fix `Ensure check methods can't modify tokens array` and add Ruby 3.4 testing [#233](https://github.com/puppetlabs/puppet-lint/pull/233) ([alexjfisher](https://github.com/alexjfisher))
15+
816
## [v5.0.0](https://github.com/puppetlabs/puppet-lint/tree/v5.0.0) - 2025-09-23
917

1018
[Full Changelog](https://github.com/puppetlabs/puppet-lint/compare/v4.3.0...v5.0.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 = '5.0.0'.freeze
2+
VERSION = '5.1.0'.freeze
33
end

0 commit comments

Comments
 (0)