summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-29 18:12:54 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-29 18:12:54 +0000
commit6a8a84409815896e6e5ec8d11b0a20a3fc1210e1 (patch)
tree182dbdecda10cd42265421b832e61af6bfd19128
parente6ba6213333e128a84b337d05500789580277326 (diff)
downloadmixlib-shellout-6a8a84409815896e6e5ec8d11b0a20a3fc1210e1.tar.gz
Bump version to 3.2.6 by Chef Expeditorv3.2.6
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 59a5128..3869654 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,16 @@
# mixlib-shellout Changelog
+<!-- latest_release 3.2.6 -->
+## [v3.2.6](https://github.com/chef/mixlib-shellout/tree/v3.2.6) (2022-03-29)
+
+#### Merged Pull Requests
+- Loosen platform regex to allow 64 or 32 bit mingw [#234](https://github.com/chef/mixlib-shellout/pull/234) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
-<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=3.2.5 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Loosen platform regex to allow 64 or 32 bit mingw [#234](https://github.com/chef/mixlib-shellout/pull/234) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.2.6 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
## [v3.2.5](https://github.com/chef/mixlib-shellout/tree/v3.2.5) (2021-02-13)
diff --git a/VERSION b/VERSION
index 448ada3..c4a602d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.2.5 \ No newline at end of file
+3.2.6 \ No newline at end of file
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index 8b94c00..8473281 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.2.5".freeze
+ VERSION = "3.2.6".freeze
end
end