summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-30 23:12:40 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-30 23:12:40 +0000
commit72b5893421f296795a90fd0d58adf3f7834c9833 (patch)
treeeb96b165f1822796a673abb0dff7885024a18375
parentabfa1aafd1fed2b7c7af8f838339bcb29b1b852e (diff)
downloadmixlib-shellout-3.0.7.tar.gz
Bump version to 3.0.7 by Chef Expeditor3.0.7
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/shellout/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3da8ab6..5f7be36 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
# mixlib-shellout Changelog
-<!-- latest_release 3.0.6 -->
-## [3.0.6](https://github.com/chef/mixlib-shellout/tree/3.0.6) (2019-07-30)
+<!-- latest_release 3.0.7 -->
+## [3.0.7](https://github.com/chef/mixlib-shellout/tree/3.0.7) (2019-07-30)
#### Merged Pull Requests
-- Blinding applying chefstyle -a. [#191](https://github.com/chef/mixlib-shellout/pull/191) ([zenspider](https://github.com/zenspider))
+- Fix return type of Process.create to be a ProcessInfo instance again. [#190](https://github.com/chef/mixlib-shellout/pull/190) ([zenspider](https://github.com/zenspider))
<!-- latest_release -->
<!-- release_rollup since=3.0.4 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Fix return type of Process.create to be a ProcessInfo instance again. [#190](https://github.com/chef/mixlib-shellout/pull/190) ([zenspider](https://github.com/zenspider)) <!-- 3.0.7 -->
- Blinding applying chefstyle -a. [#191](https://github.com/chef/mixlib-shellout/pull/191) ([zenspider](https://github.com/zenspider)) <!-- 3.0.6 -->
- Add the actual BK pipeline config [#185](https://github.com/chef/mixlib-shellout/pull/185) ([tas50](https://github.com/tas50)) <!-- 3.0.5 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 8ffc1ad..3a8b971 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.6 \ No newline at end of file
+3.0.7 \ No newline at end of file
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index ac342f1..5fa0da0 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.0.6".freeze
+ VERSION = "3.0.7".freeze
end
end