summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-08 22:32:21 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-08 22:32:21 +0000
commit9b2ee29d50a44f309de456765f6fc76d398e7897 (patch)
treee38345e9778151fb9b83f44f9445dd238a2c5af4
parent15b8e2c9b5a24f7b8cd1dc2b9a3042da5b549136 (diff)
downloadmixlib-shellout-9b2ee29d50a44f309de456765f6fc76d398e7897.tar.gz
Bump version to 3.0.10 by Chef Expeditorv3.0.10
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/shellout/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c596307..2d4d685 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,16 @@
# mixlib-shellout Changelog
+<!-- latest_release 3.0.10 -->
+## [v3.0.10](https://github.com/chef/mixlib-shellout/tree/v3.0.10) (2020-03-08)
+
+#### Merged Pull Requests
+- shellout_spec: make &quot;current user&quot; independent of the environment [#203](https://github.com/chef/mixlib-shellout/pull/203) ([terceiro](https://github.com/terceiro))
<!-- latest_release -->
-<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=3.0.9 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- shellout_spec: make &quot;current user&quot; independent of the environment [#203](https://github.com/chef/mixlib-shellout/pull/203) ([terceiro](https://github.com/terceiro)) <!-- 3.0.10 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
## [v3.0.9](https://github.com/chef/mixlib-shellout/tree/v3.0.9) (2019-12-30)
diff --git a/VERSION b/VERSION
index 489200c..f1cb5ae 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.9 \ No newline at end of file
+3.0.10 \ No newline at end of file
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index d46598d..bad6dad 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.0.9".freeze
+ VERSION = "3.0.10".freeze
end
end