Skip to content

Commit

Permalink
Bump version to 3.3.0 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 25, 2024
1 parent 6489cbc commit 03f85d9
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.11 -->
## [v3.2.11](https://github.com/chef/mixlib-shellout/tree/v3.2.11) (2024-06-18)
<!-- latest_release 3.3.0 -->
## [v3.3.0](https://github.com/chef/mixlib-shellout/tree/v3.3.0) (2024-06-25)

#### Merged Pull Requests
- Increase EPIPE test input size based on platform page size [#241](https://github.com/chef/mixlib-shellout/pull/241) ([matoro](https://github.com/matoro))
- Adjustments for Chef Target Mode [#243](https://github.com/chef/mixlib-shellout/pull/243) ([thheinen](https://github.com/thheinen))
<!-- latest_release -->
<!-- release_rollup since=3.2.8 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Adjustments for Chef Target Mode [#243](https://github.com/chef/mixlib-shellout/pull/243) ([thheinen](https://github.com/thheinen)) <!-- 3.3.0 -->
- Increase EPIPE test input size based on platform page size [#241](https://github.com/chef/mixlib-shellout/pull/241) ([matoro](https://github.com/matoro)) <!-- 3.2.11 -->
- [#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 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.11
3.3.0
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.11".freeze
VERSION = "3.3.0".freeze
end
end

0 comments on commit 03f85d9

Please sign in to comment.