summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-14 01:20:25 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-14 01:20:25 +0000
commit5601bd1811b6182b93681bd30c286e69fc52597f (patch)
tree5e2707f434b367d57d5e5cbf06479e77ee22ec76
parentb896e1f6d9a57dbef28ac798d03465d8224969c5 (diff)
downloadmixlib-cli-5601bd1811b6182b93681bd30c286e69fc52597f.tar.gz
Bump version to 2.0.5 by Chef Expeditorv2.0.5
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 25669e2..6155307 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# mixlib-cli Changelog
-<!-- latest_release 2.0.4 -->
-## [v2.0.4](https://github.com/chef/mixlib-cli/tree/v2.0.4) (2019-04-23)
+<!-- latest_release 2.0.5 -->
+## [v2.0.5](https://github.com/chef/mixlib-cli/tree/v2.0.5) (2019-05-14)
#### Merged Pull Requests
-- Add additional github templates and update codeowners [#58](https://github.com/chef/mixlib-cli/pull/58) ([tas50](https://github.com/tas50))
+- Improve the --help text output of &#39;in:&#39; [#59](https://github.com/chef/mixlib-cli/pull/59) ([btm](https://github.com/btm))
<!-- latest_release -->
<!-- release_rollup since=2.0.3 -->
### Changes not yet released to rubygems.org
#### 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)) <!-- 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 26e3379..b9d2bdf 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.4 \ No newline at end of file
+2.0.5 \ No newline at end of file
diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb
index 8e3deab..df345fb 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.0.4".freeze
+ VERSION = "2.0.5".freeze
end
end