summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-21 03:00:42 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-21 03:00:42 +0000
commitd1f6bb7b2767fc4b6fc26fd786b54c1d48f0f023 (patch)
treedf8bb2f66e5158ac8f3532502871f693b9359065
parent963f528e1366626f7fcbfdc4ffc752ae0f69d627 (diff)
downloadmixlib-shellout-d1f6bb7b2767fc4b6fc26fd786b54c1d48f0f023.tar.gz
Bump version to 3.0.11 by Chef Expeditorv3.0.11
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 2d4d685..9954f93 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +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)
+<!-- latest_release 3.0.11 -->
+## [v3.0.11](https://github.com/chef/mixlib-shellout/tree/v3.0.11) (2020-05-21)
#### 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))
+- Minor doc fixes [#205](https://github.com/chef/mixlib-shellout/pull/205) ([phiggins](https://github.com/phiggins))
<!-- latest_release -->
<!-- release_rollup since=3.0.9 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Minor doc fixes [#205](https://github.com/chef/mixlib-shellout/pull/205) ([phiggins](https://github.com/phiggins)) <!-- 3.0.11 -->
- 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 -->
diff --git a/VERSION b/VERSION
index f1cb5ae..e4a0720 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.10 \ No newline at end of file
+3.0.11 \ No newline at end of file
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index bad6dad..7481448 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.0.10".freeze
+ VERSION = "3.0.11".freeze
end
end