Skip to content

Commit

Permalink
Bump to 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shiramax committed Dec 31, 2019
1 parent be17642 commit bc12a4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Release notes
=============
### 0.19.1 (2019-12-31)
* Allow column max width more than 80, [#28503](http://projects.theforeman.org/issues/28503)
* Extract table generator into reusable component ([PR #314](https://github.com/theforeman/hammer-cli/pull/314)), [#27318](http://projects.theforeman.org/issues/27318)

### 0.19.0 (2019-10-26)
* Allow schema building for custom options ([PR #316](https://github.com/Apipie/apipie-bindings/pull/316)), [#27899](http://projects.theforeman.org/issues/27899)
* New lines in text attr dont break output ([PR #300](https://github.com/Apipie/apipie-bindings/pull/300)), [#25878](http://projects.theforeman.org/issues/25878)
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.19.0"
@version ||= Gem::Version.new "0.19.1"
end
end

0 comments on commit bc12a4d

Please sign in to comment.