Skip to content

Commit d009fc2

Browse files
committed
Bump version to 3.3.5 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent cdd6750 commit d009fc2

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# mixlib-shellout Changelog
22

3+
<!-- latest_release 3.3.5 -->
4+
## [v3.3.5](https://github.com/chef/mixlib-shellout/tree/v3.3.5) (2024-12-10)
5+
6+
#### Merged Pull Requests
7+
- [CI] Drop EOL Rubies [#253](https://github.com/chef/mixlib-shellout/pull/253) ([dafyddcrosby](https://github.com/dafyddcrosby))
38
<!-- latest_release -->
4-
<!-- latest_release -->
5-
<!-- release_rollup -->
9+
<!-- release_rollup since=3.3.4 -->
10+
### Changes not yet released to rubygems.org
11+
12+
#### Merged Pull Requests
13+
- [CI] Drop EOL Rubies [#253](https://github.com/chef/mixlib-shellout/pull/253) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 3.3.5 -->
614
<!-- release_rollup -->
715
<!-- latest_stable_release -->
816
## [v3.3.4](https://github.com/chef/mixlib-shellout/tree/v3.3.4) (2024-11-05)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.4
1+
3.3.5

lib/mixlib/shellout/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Mixlib
22
class ShellOut
3-
VERSION = "3.3.4".freeze
3+
VERSION = "3.3.5".freeze
44
end
55
end

0 commit comments

Comments
 (0)