Skip to content

Commit

Permalink
Merge pull request #105 from rodjek/release-1.9.6
Browse files Browse the repository at this point in the history
Prepare 1.9.6 release
  • Loading branch information
rodjek authored Oct 31, 2019
2 parents f89aebc + 783757f commit 2efad50
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2019-07-31 - Release 1.9.6
- Suppress the warning message generated when the Augeas gem is not available.
- Searching through older Facter releases for a fact set that does not exist no
longer causes it to hang indefinitely.
- The `operatingsystemrelease` values are now correctly escaped when building
the FacterDB filters, allowing the use of `operatingsystemrelease` values
that contain special regular expression characters like parentheses.

## 2019-07-29 - Release 1.9.5
- The default version of Facter to search for is now configurable with
`RSpec.configuration.default_facter_version`.
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec-puppet-facts/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module RspecPuppetFacts
# This module contains the current version constant
module Version
# The current version of this gem
STRING = '1.9.5'
STRING = '1.9.6'
end
end

0 comments on commit 2efad50

Please sign in to comment.