summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-03-20 01:07:52 +0000
committerChef Expeditor <chef-ci@chef.io>2019-03-20 01:07:52 +0000
commit71946d0dd31e2bfa48b7e24b827f32c13abcd0fc (patch)
treea51d499a7dcf00c0a234a05b49cc458fa369330a
parent14c04b776c795ad5d40f2401390ed14360b9469e (diff)
downloadmixlib-cli-71946d0dd31e2bfa48b7e24b827f32c13abcd0fc.tar.gz
Bump version to 2.0.3 by Chef Expeditorv2.0.3
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 d358da4..f14a84d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# mixlib-cli Changelog
-<!-- latest_release 2.0.2 -->
-## [v2.0.2](https://github.com/chef/mixlib-cli/tree/v2.0.2) (2019-01-04)
+<!-- latest_release 2.0.3 -->
+## [v2.0.3](https://github.com/chef/mixlib-cli/tree/v2.0.3) (2019-03-20)
#### Merged Pull Requests
-- fix global state pollution issues across examples [#54](https://github.com/chef/mixlib-cli/pull/54) ([lamont-granquist](https://github.com/lamont-granquist))
+- Add back support for Ruby 2.4 [#56](https://github.com/chef/mixlib-cli/pull/56) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=2.0.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Add back support for Ruby 2.4 [#56](https://github.com/chef/mixlib-cli/pull/56) ([tas50](https://github.com/tas50)) <!-- 2.0.3 -->
- fix global state pollution issues across examples [#54](https://github.com/chef/mixlib-cli/pull/54) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 2.0.2 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index f93ea0c..6acdb44 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.2 \ No newline at end of file
+2.0.3 \ No newline at end of file
diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb
index c81f286..3142b67 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.0.2".freeze
+ VERSION = "2.0.3".freeze
end
end