Skip to content

Commit 5815002

Browse files
committed
Bump version to 15.0.25 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 3623e63 commit 5815002

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,17 +1,18 @@
11
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
22
# Change Log
33

4-
<!-- latest_release 15.0.24 -->
5-
## [v15.0.24](https://github.com/chef/chef-zero/tree/v15.0.24) (2025-09-30)
4+
<!-- latest_release 15.0.25 -->
5+
## [v15.0.25](https://github.com/chef/chef-zero/tree/v15.0.25) (2025-10-29)
66

77
#### Merged Pull Requests
8-
- [EnvironmentCookbookVersionsEndpoint] Add cookbook object cache to request logic [#338](https://github.com/chef/chef-zero/pull/338) ([dafyddcrosby](https://github.com/dafyddcrosby))
8+
- Add Unix unit tests too, remove direct sonarqube [#350](https://github.com/chef/chef-zero/pull/350) ([jaymzh](https://github.com/jaymzh))
99
<!-- latest_release -->
1010

1111
<!-- release_rollup since=15.0.17 -->
1212
### Changes not yet released to rubygems.org
1313

1414
#### Merged Pull Requests
15+
- Add Unix unit tests too, remove direct sonarqube [#350](https://github.com/chef/chef-zero/pull/350) ([jaymzh](https://github.com/jaymzh)) <!-- 15.0.25 -->
1516
- [EnvironmentCookbookVersionsEndpoint] Add cookbook object cache to request logic [#338](https://github.com/chef/chef-zero/pull/338) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 15.0.24 -->
1617
- set up ai assisted development workflow [#342](https://github.com/chef/chef-zero/pull/342) ([rishichawda](https://github.com/rishichawda)) <!-- 15.0.23 -->
1718
- Adding myself to codeowners [#337](https://github.com/chef/chef-zero/pull/337) ([jaymzh](https://github.com/jaymzh)) <!-- 15.0.22 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15.0.24
1+
15.0.25

lib/chef_zero/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ChefZero
2-
VERSION = "15.0.24".freeze
2+
VERSION = "15.0.25".freeze
33
end

0 commit comments

Comments
 (0)