Skip to content

Commit

Permalink
Bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbacovsky committed Jun 14, 2016
1 parent 7904f9a commit 97e0045
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions doc/release_notes.md
Original file line number Diff line number Diff line change
@@ -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))
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.6.0'
@version ||= Gem::Version.new '0.7.0'
end
end

0 comments on commit 97e0045

Please sign in to comment.