Skip to content

Commit 0692e5b

Browse files
authored
Merge pull request #240 from bastelfreak/rel610
Release 6.1.0
2 parents c49c752 + 0c8a362 commit 0692e5b

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
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [6.1.0](https://github.com/voxpupuli/rspec-puppet-facts/tree/6.1.0) (2026-02-19)
4+
5+
[Full Changelog](https://github.com/voxpupuli/rspec-puppet-facts/compare/6.0.0...6.1.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Add Ruby 4.0 support [\#237](https://github.com/voxpupuli/rspec-puppet-facts/pull/237) ([dependabot[bot]](https://github.com/apps/dependabot))
10+
311
## [6.0.0](https://github.com/voxpupuli/rspec-puppet-facts/tree/6.0.0) (2025-09-27)
412

513
[Full Changelog](https://github.com/voxpupuli/rspec-puppet-facts/compare/5.4.0...6.0.0)

lib/rspec-puppet-facts/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ module RspecPuppetFacts
44
# This module contains the current version constant
55
module Version
66
# The current version of this gem
7-
STRING = '6.0.0'
7+
STRING = '6.1.0'
88
end
99
end

0 commit comments

Comments
 (0)