Skip to content

Commit ac0778f

Browse files
committed
Bump version to 3.16.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 7dede96 commit ac0778f

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Mixlib::Install Changes
22

3+
<!-- latest_release 3.16.0 -->
4+
## [v3.16.0](https://github.com/chef/mixlib-install/tree/v3.16.0) (2026-02-24)
5+
6+
#### Merged Pull Requests
7+
- CHEF-29762 add chef-ice package_manger support to generated scripts [#417](https://github.com/chef/mixlib-install/pull/417) ([Stromweld](https://github.com/Stromweld))
38
<!-- latest_release -->
4-
<!-- latest_release -->
5-
<!-- release_rollup -->
9+
<!-- release_rollup since=3.15.0 -->
10+
### Changes not yet released to rubygems.org
11+
12+
#### Merged Pull Requests
13+
- CHEF-29762 add chef-ice package_manger support to generated scripts [#417](https://github.com/chef/mixlib-install/pull/417) ([Stromweld](https://github.com/Stromweld)) <!-- 3.16.0 -->
614
<!-- release_rollup -->
715

816
<!-- latest_stable_release -->
@@ -452,4 +460,4 @@
452460

453461
## [1.0.0]
454462
- Ability to query product artifacts from multiple channels
455-
- Ability to generate installation scripts for `sh` and `ps1`
463+
- Ability to generate installation scripts for `sh` and `ps1`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.15.0
1+
3.16.0

lib/mixlib/install/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 Install
3-
VERSION = "3.15.0"
3+
VERSION = "3.16.0"
44
end
55
end

0 commit comments

Comments
 (0)