Skip to content

Commit

Permalink
Bump to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbacovsky committed Aug 27, 2018
1 parent abcaff4 commit f2d9d03
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.14.0 (2018-08-27)
* Restore help building ([PR #280](https://github.com/theforeman/hammer-cli/pull/280)) ([#24488](http://projects.theforeman.org/issues/24488))
* Shouldn't translate the bool values in description ([#21381](http://projects.theforeman.org/issues/21381))
* Allow hiding fields which are missing from api output ([#20607](http://projects.theforeman.org/issues/20607))
* Add not found error type ([PR #274](https://github.com/theforeman/hammer-cli/pull/274)) ([#20538](http://projects.theforeman.org/issues/20538))

### 0.13.0 (2018-05-09)
* Hammer CSV output saved as a file ([PR #254](https://github.com/theforeman/hammer-cli/pull/254)) ([#11586](http://projects.theforeman.org/issues/11586))
* correct parsing of enum types ([PR #272](https://github.com/theforeman/hammer-cli/pull/272)) ([#22752](http://projects.theforeman.org/issues/22752))
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.14-develop'
@version ||= Gem::Version.new '0.14.0'
end
end

0 comments on commit f2d9d03

Please sign in to comment.