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 2.0.1 #358

Merged
merged 1 commit into from
May 28, 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
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

## [2.0.0](https://rubygems.org/gems/facterdb/versions/2.0.0) (2024-05-26)
## [2.0.1](https://rubygems.org/gems/facterdb/versions/2.0.1) (2024-05-28)

[Full Changelog](https://github.com/voxpupuli/facterdb/compare/2.0.0...2.0.1)

The 2.0.0 wasn't released to rubygems due to a CI failure. 2.0.1 fixed the CI configuration and doesn't contain any other changes.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aka "2.0.1 - the brown paperbag release"


**Fixed bugs:**

- CI: Install gems in release workflow [\#356](https://github.com/voxpupuli/facterdb/pull/356) ([bastelfreak](https://github.com/bastelfreak))

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

[Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.27.0...2.0.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 = '2.0.0'
STRING = '2.0.1'
end
end