Skip to content

Commit

Permalink
Bump version to 3.3.4 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 Oct 29, 2024
1 parent 0a07f1d commit 2d45785
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# mixlib-shellout Changelog

<!-- latest_release -->
<!-- latest_release 3.3.4 -->
## [v3.3.4](https://github.com/chef/mixlib-shellout/tree/v3.3.4) (2024-10-29)

#### Merged Pull Requests
- Fix quoting of command arguments in Target Mode [#251](https://github.com/chef/mixlib-shellout/pull/251) ([thheinen](https://github.com/thheinen))
<!-- latest_release -->
<!-- release_rollup since=3.3.3 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Fix quoting of command arguments in Target Mode [#251](https://github.com/chef/mixlib-shellout/pull/251) ([thheinen](https://github.com/thheinen)) <!-- 3.3.4 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
## [v3.3.3](https://github.com/chef/mixlib-shellout/tree/v3.3.3) (2024-10-14)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.3
3.3.4
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.3".freeze
VERSION = "3.3.4".freeze
end
end

0 comments on commit 2d45785

Please sign in to comment.