summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-14 02:55:47 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-14 02:55:47 +0000
commitd6d1ed86a86de4434552af0813fd6543d15f0f0b (patch)
tree8cdfaab551b3282111640d149d526a3a8069b1e3
parente4e22454f74f30cd748eeedef0c2310f04cf92d2 (diff)
downloadmixlib-cli-d6d1ed86a86de4434552af0813fd6543d15f0f0b.tar.gz
Bump version to 2.0.6 by Chef Expeditorv2.0.6
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/cli/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6155307..373ed93 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# mixlib-cli Changelog
-<!-- latest_release 2.0.5 -->
-## [v2.0.5](https://github.com/chef/mixlib-cli/tree/v2.0.5) (2019-05-14)
+<!-- latest_release 2.0.6 -->
+## [v2.0.6](https://github.com/chef/mixlib-cli/tree/v2.0.6) (2019-05-14)
#### Merged Pull Requests
-- Improve the --help text output of &#39;in:&#39; [#59](https://github.com/chef/mixlib-cli/pull/59) ([btm](https://github.com/btm))
+- Print out human readable lists of allowed CLI options [#60](https://github.com/chef/mixlib-cli/pull/60) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=2.0.3 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Print out human readable lists of allowed CLI options [#60](https://github.com/chef/mixlib-cli/pull/60) ([tas50](https://github.com/tas50)) <!-- 2.0.6 -->
- Improve the --help text output of &#39;in:&#39; [#59](https://github.com/chef/mixlib-cli/pull/59) ([btm](https://github.com/btm)) <!-- 2.0.5 -->
- Add additional github templates and update codeowners [#58](https://github.com/chef/mixlib-cli/pull/58) ([tas50](https://github.com/tas50)) <!-- 2.0.4 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index b9d2bdf..703cec9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.5 \ No newline at end of file
+2.0.6 \ No newline at end of file
diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb
index df345fb..d70dc3f 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.0.5".freeze
+ VERSION = "2.0.6".freeze
end
end