Skip to content

Commit

Permalink
Bump version to 3.2.10 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Jun 18, 2024
1 parent 48ba6e7 commit 34d310b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# mixlib-shellout Changelog

<!-- latest_release 3.2.9 -->
## [v3.2.9](https://github.com/chef/mixlib-shellout/tree/v3.2.9) (2024-06-18)
<!-- latest_release 3.2.10 -->
## [v3.2.10](https://github.com/chef/mixlib-shellout/tree/v3.2.10) (2024-06-18)

#### Merged Pull Requests
- [Unix#run_command] Remove Ruby 1.8.7 check [#242](https://github.com/chef/mixlib-shellout/pull/242) ([dafyddcrosby](https://github.com/dafyddcrosby))
- [#239] Add execution time to Windows shellout object [#247](https://github.com/chef/mixlib-shellout/pull/247) ([dafyddcrosby](https://github.com/dafyddcrosby))
<!-- latest_release -->
<!-- release_rollup since=3.2.8 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- [#239] Add execution time to Windows shellout object [#247](https://github.com/chef/mixlib-shellout/pull/247) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 3.2.10 -->
- [Unix#run_command] Remove Ruby 1.8.7 check [#242](https://github.com/chef/mixlib-shellout/pull/242) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 3.2.9 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.9
3.2.10
2 changes: 1 addition & 1 deletion lib/mixlib/shellout/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
VERSION = "3.2.9".freeze
VERSION = "3.2.10".freeze
end
end

0 comments on commit 34d310b

Please sign in to comment.