Skip to content

Commit

Permalink
Bump to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbacovsky committed Apr 24, 2019
1 parent 494ae8e commit 85614b1
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
=============
### 0.17.0 (2019-04-24)
* Extended capabilities for list type options ([#26120](http://projects.theforeman.org/issues/26120))
* Document how to deprecate commands ([PR #301](https://github.com/theforeman/hammer-cli/pull/301)) ([#24964](http://projects.theforeman.org/issues/24964))
* Extensible commands in hammer ([#21635](http://projects.theforeman.org/issues/21635))
* Table output allows to hide fields with no error ([#26453](http://projects.theforeman.org/issues/26453))

### 0.16.0 (2019-01-16)
* Fixed instructions in i18n docs ([#25724](http://projects.theforeman.org/issues/25724))
* Option validators can be mixed with sources ([#22253](http://projects.theforeman.org/issues/22253))
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 '0.17-develop'
@version ||= Gem::Version.new '0.17.0'
end
end

0 comments on commit 85614b1

Please sign in to comment.