Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.25.0 #312

Merged
merged 1 commit into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.25.0](https://rubygems.org/gems/facterdb/versions/1.25.0) (2024-05-14)

[Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.24.0...1.25.0)

**Implemented enhancements:**

- Add facts for OpenBSD 7.X for facter 4.7 [\#309](https://github.com/voxpupuli/facterdb/pull/309) ([buzzdeee](https://github.com/buzzdeee))

**Merged pull requests:**

- CI: Build gem with --strict --verbose & add version contraints to dependencies [\#311](https://github.com/voxpupuli/facterdb/pull/311) ([bastelfreak](https://github.com/bastelfreak))
- Add Ruby 3.3 to CI matrix [\#310](https://github.com/voxpupuli/facterdb/pull/310) ([bastelfreak](https://github.com/bastelfreak))

## [1.24.0](https://rubygems.org/gems/facterdb/versions/1.24.0) (2024-03-19)

[Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.23.0...1.24.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/facterdb/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module FacterDB
module Version
STRING = '1.24.0'
STRING = '1.25.0'
end
end