From bc12a4d99f5cd226fdc136a8d408a2c0463f56c9 Mon Sep 17 00:00:00 2001 From: Shira Maximov Date: Tue, 31 Dec 2019 16:14:49 +0200 Subject: [PATCH] Bump to 0.19.1 --- doc/release_notes.md | 4 ++++ lib/hammer_cli/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/release_notes.md b/doc/release_notes.md index 258e2882..1251eee5 100644 --- a/doc/release_notes.md +++ b/doc/release_notes.md @@ -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) diff --git a/lib/hammer_cli/version.rb b/lib/hammer_cli/version.rb index 04d71ae5..822d6642 100644 --- a/lib/hammer_cli/version.rb +++ b/lib/hammer_cli/version.rb @@ -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