Skip to content

Commit

Permalink
Bump to 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbacovsky committed Nov 6, 2018
1 parent 049346d commit ebd5f58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion doc/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Release notes
=============
### 0.14.0 (2018-10-24)
### 0.15.1 (2018-11-06)
* Helper for editing text in editor ([PR #294](https://github.com/theforeman/hammer-cli/pull/294)) ([#24489](http://projects.theforeman.org/issues/24489))
* Add ability to disable defaults ([PR #293](https://github.com/theforeman/hammer-cli/pull/293)) ([#25307](http://projects.theforeman.org/issues/25307))

### 0.15.0 (2018-10-24)
* Correct the gemspec ([PR #286](https://github.com/theforeman/hammer-cli/pull/286))
* Use the tty for the interactive output ([PR #289](https://github.com/theforeman/hammer-cli/pull/289)) ([#6935](http://projects.theforeman.org/issues/6935))
* Remove legacy code for ruby < 2.0 ([#21359](http://projects.theforeman.org/issues/21359))
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.15.0'
@version ||= Gem::Version.new '0.15.1'
end
end

0 comments on commit ebd5f58

Please sign in to comment.