Skip to content

Commit 8b924bb

Browse files
authored
Merge pull request #218 from bastelfreak/rel540
Release 5.4.0
2 parents 3dd6d7c + 379fc76 commit 8b924bb

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22

3-
## [5.3.1](https://github.com/voxpupuli/rspec-puppet-facts/tree/5.3.1) (2025-04-28)
3+
## [5.4.0](https://github.com/voxpupuli/rspec-puppet-facts/tree/5.4.0) (2025-06-11)
4+
5+
[Full Changelog](https://github.com/voxpupuli/rspec-puppet-facts/compare/5.3.1...5.4.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Support OpenVox [\#217](https://github.com/voxpupuli/rspec-puppet-facts/pull/217) ([bastelfreak](https://github.com/bastelfreak))
10+
- Make Puppet a soft dependency [\#213](https://github.com/voxpupuli/rspec-puppet-facts/pull/213) ([ekohl](https://github.com/ekohl))
11+
- Add Ruby 3.4 support / generate CI matrix dynamically [\#211](https://github.com/voxpupuli/rspec-puppet-facts/pull/211) ([bastelfreak](https://github.com/bastelfreak))
12+
13+
**Merged pull requests:**
14+
15+
- Drop unused coverage reporting [\#210](https://github.com/voxpupuli/rspec-puppet-facts/pull/210) ([bastelfreak](https://github.com/bastelfreak))
16+
17+
## [5.3.1](https://github.com/voxpupuli/rspec-puppet-facts/tree/5.3.1) (2025-04-29)
418

519
[Full Changelog](https://github.com/voxpupuli/rspec-puppet-facts/compare/5.3.0...5.3.1)
620

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gemspec
66

77
gem 'facter', ENV.fetch('FACTER_GEM_VERSION', nil), require: false
88

9-
group :release do
9+
group :release, optional: true do
1010
gem 'faraday-retry', '~> 2.1', require: false
1111
gem 'github_changelog_generator', '~> 1.16.4', require: false
1212
end

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 = '5.3.1'
7+
STRING = '5.4.0'
88
end
99
end

0 commit comments

Comments
 (0)