Skip to content

Commit

Permalink
Bump to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ofedoren committed Jun 8, 2021
1 parent 52edb4a commit ffbeb92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doc/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Release notes
=============
### 2.5.1 (2021-06-08)
* Add full comparison for fields option, [#31984](http://projects.theforeman.org/issues/31984)
* Force capitalized field names in help, [#32444](http://projects.theforeman.org/issues/32444)
* Unescape enum validator description, [#32570](http://projects.theforeman.org/issues/32570)
* Make cmd object be available in command extensions, [#32568](http://projects.theforeman.org/issues/32568)

### 2.5.0 (2021-05-04)
* Better family assignment for options, [#30996](http://projects.theforeman.org/issues/30996)
* Bump to 2.5.0-develop
Expand Down
2 changes: 1 addition & 1 deletion lib/hammer_cli/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module HammerCLI
def self.version
@version ||= Gem::Version.new "2.5.0"
@version ||= Gem::Version.new "2.5.1"
end
end

0 comments on commit ffbeb92

Please sign in to comment.