Skip to content

Commit

Permalink
Release 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Nov 13, 2023
1 parent 0cf6941 commit 867acf7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.22.0](https://rubygems.org/gems/facterdb/versions/1.22.0) (2023-11-13)

[Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.21.0...1.22.0)

**Implemented enhancements:**

- fedora38 facts [\#287](https://github.com/voxpupuli/facterdb/pull/287) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
- Add facts for Debian 12 [\#283](https://github.com/voxpupuli/facterdb/pull/283) ([TheMeier](https://github.com/TheMeier))
- Adding windows servers for Facter 4.3 and 4.4 [\#273](https://github.com/voxpupuli/facterdb/pull/273) ([davidsandilands](https://github.com/davidsandilands))
- new facts for 4.3 and 4.4 and a few stragglers for 4.1 [\#272](https://github.com/voxpupuli/facterdb/pull/272) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
- Introduce RuboCop [\#267](https://github.com/voxpupuli/facterdb/pull/267) ([bastelfreak](https://github.com/bastelfreak))

**Fixed bugs:**

- Correct class documentation [\#281](https://github.com/voxpupuli/facterdb/pull/281) ([ekohl](https://github.com/ekohl))

## [1.21.0](https://rubygems.org/gems/facterdb/versions/1.21.0) (2023-01-25)

[Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.20.0...1.21.0)
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ begin
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
config.future_release = FacterDB::Version::STRING
config.include_labels = %w[enhancement bug]
config.exclude_labels = %w[duplicate question invalid wontfix maintenance]
config.exclude_labels = %w[duplicate question invalid wontfix maintenance github_actions]
config.user = 'voxpupuli'
config.project = 'facterdb'
config.release_url = 'https://rubygems.org/gems/facterdb/versions/%s'
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.21.0'
STRING = '1.22.0'
end
end

0 comments on commit 867acf7

Please sign in to comment.