Skip to content

Commit 4fbebf5

Browse files
committed
Bump version to 3.4.8 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent c1a6a53 commit 4fbebf5

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# mixlib-shellout Changelog
22

3-
<!-- latest_release 3.4.7 -->
4-
## [v3.4.7](https://github.com/chef/mixlib-shellout/tree/v3.4.7) (2025-10-21)
3+
<!-- latest_release 3.4.8 -->
4+
## [v3.4.8](https://github.com/chef/mixlib-shellout/tree/v3.4.8) (2025-10-21)
55

66
#### Merged Pull Requests
7-
- set up ai assisted development workflow [#271](https://github.com/chef/mixlib-shellout/pull/271) ([rishichawda](https://github.com/rishichawda))
7+
- CHEF-26031 - Replace CODE_OF_CONDUCT.md file [#270](https://github.com/chef/mixlib-shellout/pull/270) ([nandanhegde73](https://github.com/nandanhegde73))
88
<!-- latest_release -->
99
<!-- release_rollup since=3.3.9 -->
1010
### Changes not yet released to rubygems.org
1111

1212
#### Merged Pull Requests
13+
- CHEF-26031 - Replace CODE_OF_CONDUCT.md file [#270](https://github.com/chef/mixlib-shellout/pull/270) ([nandanhegde73](https://github.com/nandanhegde73)) <!-- 3.4.8 -->
1314
- set up ai assisted development workflow [#271](https://github.com/chef/mixlib-shellout/pull/271) ([rishichawda](https://github.com/rishichawda)) <!-- 3.4.7 -->
1415
- adding a tweaks for stirng freezes [#272](https://github.com/chef/mixlib-shellout/pull/272) ([johnmccrae](https://github.com/johnmccrae)) <!-- 3.4.6 -->
1516
- CHEF-25794 - standardize - remove_sla_from_readme [#269](https://github.com/chef/mixlib-shellout/pull/269) ([cgunasree08](https://github.com/cgunasree08)) <!-- 3.4.5 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.7
1+
3.4.8

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.4.7".freeze
3+
VERSION = "3.4.8".freeze
44
end
55
end

0 commit comments

Comments
 (0)