From 97e0045e74073623459b161c2830f20546f4fbd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ba=C4=8Dovsk=C3=BD?= Date: Tue, 14 Jun 2016 23:26:07 +0200 Subject: [PATCH] Bump to 0.7.0 --- doc/release_notes.md | 15 +++++++++++++++ lib/hammer_cli/version.rb | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/release_notes.md b/doc/release_notes.md index c450e4c5..5d930302 100644 --- a/doc/release_notes.md +++ b/doc/release_notes.md @@ -1,6 +1,21 @@ Release notes ============= +### 0.7.0 (2016-06-14) +* Let print adapters decide whether to paginate ([#15257](http://projects.theforeman.org/issues/15257)) +* Add support for testing values in option validation ([#13832](http://projects.theforeman.org/issues/13832)) +* Add one_of constraint for option validator ([#13832](http://projects.theforeman.org/issues/13832)) +* Descriptions from Apipie will not contain unescaped HTML ([#14598](http://projects.theforeman.org/issues/14598)) +* Allow param names to contain dashes ([#8015](http://projects.theforeman.org/issues/8015)) +* Add Catalan language ([#14947](http://projects.theforeman.org/issues/14947)) +* Add support for Gemfile.local.rb ([#14466](http://projects.theforeman.org/issues/14466)) +* Introduced log format setting ([#14591](http://projects.theforeman.org/issues/14591)) +* Add pagination info when incomplete data are received (http://projects.theforeman.org/issues/14530) +* Array is merged across YAML settings ([#14590](http://projects.theforeman.org/issues/14590)) +* Now hammer recognizes when to create defaults file correctly ([#14311](http://projects.theforeman.org/issues/14311)) +* Enable json for key=value parameters ([#12869](http://projects.theforeman.org/issues/12869)) +* Fix coded options for apipie 0.3.6 ([#13960](http://projects.theforeman.org/issues/13960)) + ### 0.6.0 (2016-02-25) * Enable vertical formatting for lists ([#13874](http://projects.theforeman.org/issues/13874)) * Support for command testing moved to core ([#4118](http://projects.theforeman.org/issues/4118)) diff --git a/lib/hammer_cli/version.rb b/lib/hammer_cli/version.rb index a166eb2a..6a6aefe5 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.6.0' + @version ||= Gem::Version.new '0.7.0' end end