Skip to content

Commit

Permalink
Bump version to 7.32.12 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Nov 26, 2024
1 parent bdc7cf1 commit 6d029cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Cookstyle Changelog

<!-- latest_release 7.32.11 -->
## [v7.32.11](https://github.com/chef/cookstyle/tree/v7.32.11) (2024-07-23)
<!-- latest_release 7.32.12 -->
## [v7.32.12](https://github.com/chef/cookstyle/tree/v7.32.12) (2024-11-26)

#### Merged Pull Requests
- Correct styleguide link for TmpPath [#973](https://github.com/chef/cookstyle/pull/973) ([williamtheaker](https://github.com/williamtheaker))
- [CI] Drop EOL rubies [#979](https://github.com/chef/cookstyle/pull/979) ([dafyddcrosby](https://github.com/dafyddcrosby))
<!-- latest_release -->

<!-- release_rollup since=7.32.8 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- [CI] Drop EOL rubies [#979](https://github.com/chef/cookstyle/pull/979) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.12 -->
- Correct styleguide link for TmpPath [#973](https://github.com/chef/cookstyle/pull/973) ([williamtheaker](https://github.com/williamtheaker)) <!-- 7.32.11 -->
- Fix #970: Add extra stub to pass ConfigValidator [#971](https://github.com/chef/cookstyle/pull/971) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.10 -->
- [#946 and #954] Add missing tests [#972](https://github.com/chef/cookstyle/pull/972) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.9 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.32.11
7.32.12
2 changes: 1 addition & 1 deletion lib/cookstyle/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Cookstyle
VERSION = "7.32.11" # rubocop: disable Style/StringLiterals
VERSION = "7.32.12" # rubocop: disable Style/StringLiterals
RUBOCOP_VERSION = '1.25.1'
end

0 comments on commit 6d029cd

Please sign in to comment.