Skip to content

Commit a1d9c6b

Browse files
committed
Bump version to 3.4.4 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 53325d9 commit a1d9c6b

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.3 -->
4-
## [v3.4.3](https://github.com/chef/mixlib-shellout/tree/v3.4.3) (2025-05-12)
3+
<!-- latest_release 3.4.4 -->
4+
## [v3.4.4](https://github.com/chef/mixlib-shellout/tree/v3.4.4) (2025-09-02)
55

66
#### Merged Pull Requests
7-
- add myself to codeowners [#260](https://github.com/chef/mixlib-shellout/pull/260) ([jaymzh](https://github.com/jaymzh))
7+
- Add GitHub Security Actions Workflow [#267](https://github.com/chef/mixlib-shellout/pull/267) ([sean-sype-simmons](https://github.com/sean-sype-simmons))
88
<!-- latest_release -->
99
<!-- release_rollup since=3.3.9 -->
1010
### Changes not yet released to rubygems.org
1111

1212
#### Merged Pull Requests
13+
- Add GitHub Security Actions Workflow [#267](https://github.com/chef/mixlib-shellout/pull/267) ([sean-sype-simmons](https://github.com/sean-sype-simmons)) <!-- 3.4.4 -->
1314
- add myself to codeowners [#260](https://github.com/chef/mixlib-shellout/pull/260) ([jaymzh](https://github.com/jaymzh)) <!-- 3.4.3 -->
1415
- assign @stdout, @stderr and @process_status to mutable strings in preparation for ruby 4.0 [#265](https://github.com/chef/mixlib-shellout/pull/265) ([rishichawda](https://github.com/rishichawda)) <!-- 3.4.2 -->
1516
- add logger as an explicit dependency [#266](https://github.com/chef/mixlib-shellout/pull/266) ([rishichawda](https://github.com/rishichawda)) <!-- 3.4.1 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.3
1+
3.4.4

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

0 commit comments

Comments
 (0)