Skip to content

Commit fe80fb2

Browse files
committed
Bump version to 6.1.16 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 988ee0f commit fe80fb2

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
<!-- usage documentation: https://expeditor.chef.io/docs/reference/changelog/#common-changelog -->
2-
<!-- latest_release 6.1.15 -->
3-
## [v6.1.15](https://github.com/chef/chef-cli/tree/v6.1.15) (2025-12-24)
2+
<!-- latest_release 6.1.16 -->
3+
## [v6.1.16](https://github.com/chef/chef-cli/tree/v6.1.16) (2025-12-24)
44

55
#### Merged Pull Requests
6-
- Add core/libarchive dependency to windows plan [#311](https://github.com/chef/chef-cli/pull/311) ([sanjain-progress](https://github.com/sanjain-progress))
6+
- CHEF-25203: Fix chef exec and env command not working in Windows [#312](https://github.com/chef/chef-cli/pull/312) ([sanjain-progress](https://github.com/sanjain-progress))
77
<!-- latest_release -->
88

99
<!-- release_rollup since=5.6.16 -->
1010
### Changes not yet released to rubygems.org
1111

1212
#### Merged Pull Requests
13+
- CHEF-25203: Fix chef exec and env command not working in Windows [#312](https://github.com/chef/chef-cli/pull/312) ([sanjain-progress](https://github.com/sanjain-progress)) <!-- 6.1.16 -->
1314
- Add core/libarchive dependency to windows plan [#311](https://github.com/chef/chef-cli/pull/311) ([sanjain-progress](https://github.com/sanjain-progress)) <!-- 6.1.15 -->
1415
- CHEF-28155- fixing code scan alerts in main [#307](https://github.com/chef/chef-cli/pull/307) ([nikhil2611](https://github.com/nikhil2611)) <!-- 6.1.14 -->
1516
- Moving git to pkg_deps [#304](https://github.com/chef/chef-cli/pull/304) ([nikhil2611](https://github.com/nikhil2611)) <!-- 6.1.13 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.15
1+
6.1.16

lib/chef-cli/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
#
1717

1818
module ChefCLI
19-
VERSION = "6.1.15".freeze
19+
VERSION = "6.1.16".freeze
2020
end

0 commit comments

Comments
 (0)