Skip to content

Commit

Permalink
Bump version to 3.3.1 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 Aug 20, 2024
1 parent 50fa1e8 commit 14a5891
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.3.0 -->
## [v3.3.0](https://github.com/chef/mixlib-shellout/tree/v3.3.0) (2024-06-25)
<!-- latest_release 3.3.1 -->
## [v3.3.1](https://github.com/chef/mixlib-shellout/tree/v3.3.1) (2024-08-20)

#### Merged Pull Requests
- Adjustments for Chef Target Mode [#243](https://github.com/chef/mixlib-shellout/pull/243) ([thheinen](https://github.com/thheinen))
- Migrate from Chefstyle to Cookstyle [#249](https://github.com/chef/mixlib-shellout/pull/249) ([dafyddcrosby](https://github.com/dafyddcrosby))
<!-- latest_release -->
<!-- release_rollup since=3.2.8 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Migrate from Chefstyle to Cookstyle [#249](https://github.com/chef/mixlib-shellout/pull/249) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 3.3.1 -->
- 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 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.3.1
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.3.0".freeze
VERSION = "3.3.1".freeze
end
end

0 comments on commit 14a5891

Please sign in to comment.