summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-06 22:42:21 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-06 22:42:21 +0000
commitd6f1edb35a2e2a0200b8676cdb7111fc41bda3bb (patch)
tree6b49e84490a92abe0def1666074ce6ee3ff1f86a
parent5c86a66a258c1f75b68338d4542ed723840cfa90 (diff)
downloadmixlib-shellout-d6f1edb35a2e2a0200b8676cdb7111fc41bda3bb.tar.gz
Bump version to 3.0.3 by Chef Expeditorv3.0.3
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md8
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/shellout/version.rb2
3 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ee9d6b..994aea2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,16 @@
# mixlib-shellout Changelog
-<!-- latest_release 3.0.2 -->
-## [v3.0.2](https://github.com/chef/mixlib-shellout/tree/v3.0.2) (2019-06-01)
+<!-- latest_release 3.0.3 -->
+## [v3.0.3](https://github.com/chef/mixlib-shellout/tree/v3.0.3) (2019-06-06)
#### Merged Pull Requests
-- Add BuildKite pipeline [#184](https://github.com/chef/mixlib-shellout/pull/184) ([tas50](https://github.com/tas50))
-- Add new github templates and codeowners file [#179](https://github.com/chef/mixlib-shellout/pull/179) ([tas50](https://github.com/tas50))
+- Support array args on windows WIP [#182](https://github.com/chef/mixlib-shellout/pull/182) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
<!-- release_rollup since=2.4.4 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Support array args on windows WIP [#182](https://github.com/chef/mixlib-shellout/pull/182) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 3.0.3 -->
- Add BuildKite pipeline [#184](https://github.com/chef/mixlib-shellout/pull/184) ([tas50](https://github.com/tas50)) <!-- 3.0.2 -->
- Add new github templates and codeowners file [#179](https://github.com/chef/mixlib-shellout/pull/179) ([tas50](https://github.com/tas50)) <!-- 3.0.1 -->
- Misnamed parameter in README [#178](https://github.com/chef/mixlib-shellout/pull/178) ([martinisoft](https://github.com/martinisoft)) <!-- 3.0.1 -->
diff --git a/VERSION b/VERSION
index d9c62ed..282895a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.2 \ No newline at end of file
+3.0.3 \ No newline at end of file
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index 2204ac3..d105b77 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.0.2".freeze
+ VERSION = "3.0.3".freeze
end
end