File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 4.0.0] ( https://github.com/voxpupuli/rspec-puppet-facts/tree/4.0.0 ) (2024-06-10)
4+
5+ [ Full Changelog] ( https://github.com/voxpupuli/rspec-puppet-facts/compare/3.0.0...4.0.0 )
6+
7+ ** Breaking changes:**
8+
9+ - Rely on modern facts [ \# 178] ( https://github.com/voxpupuli/rspec-puppet-facts/pull/178 ) ([ ekohl] ( https://github.com/ekohl ) )
10+ - Require FacterDB 2.x [ \# 176] ( https://github.com/voxpupuli/rspec-puppet-facts/pull/176 ) ([ bastelfreak] ( https://github.com/bastelfreak ) )
11+
12+ ** Implemented enhancements:**
13+
14+ - work with symbolized strings [ \# 175] ( https://github.com/voxpupuli/rspec-puppet-facts/pull/175 ) ([ bastelfreak] ( https://github.com/bastelfreak ) )
15+
16+ ** Merged pull requests:**
17+
18+ - rubocop: Fix Layout cops [ \# 182] ( https://github.com/voxpupuli/rspec-puppet-facts/pull/182 ) ([ bastelfreak] ( https://github.com/bastelfreak ) )
19+ - Use max\_ by to determine the maximum value [ \# 181] ( https://github.com/voxpupuli/rspec-puppet-facts/pull/181 ) ([ ekohl] ( https://github.com/ekohl ) )
20+ - rubocop: Fix Style cops [ \# 180] ( https://github.com/voxpupuli/rspec-puppet-facts/pull/180 ) ([ bastelfreak] ( https://github.com/bastelfreak ) )
21+ - Use more native rspec matchers in tests [ \# 179] ( https://github.com/voxpupuli/rspec-puppet-facts/pull/179 ) ([ ekohl] ( https://github.com/ekohl ) )
22+ - Update voxpupuli-rubocop requirement from ~ \> 2.6.0 to ~ \> 2.7.0 [ \# 171] ( https://github.com/voxpupuli/rspec-puppet-facts/pull/171 ) ([ dependabot[ bot]] ( https://github.com/apps/dependabot ) )
23+
324## [ 3.0.0] ( https://github.com/voxpupuli/rspec-puppet-facts/tree/3.0.0 ) (2024-03-23)
425
526[ Full Changelog] ( https://github.com/voxpupuli/rspec-puppet-facts/compare/2.0.5...3.0.0 )
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ module RspecPuppetFacts
22 # This module contains the current version constant
33 module Version
44 # The current version of this gem
5- STRING = '3 .0.0'
5+ STRING = '4 .0.0'
66 end
77end
You can’t perform that action at this time.
0 commit comments