Skip to content

Commit

Permalink
Bump version to 7.32.3 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 Jun 27, 2023
1 parent c4c18c5 commit 39c45fd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Cookstyle Changelog

<!-- latest_release -->
<!-- latest_release 7.32.3 -->
## [v7.32.3](https://github.com/chef/cookstyle/tree/v7.32.3) (2023-06-27)

#### Merged Pull Requests
- Fix Base API breakage in Chef/Style/CommentSentenceSpacing [#961](https://github.com/chef/cookstyle/pull/961) ([dafyddcrosby](https://github.com/dafyddcrosby))
<!-- latest_release -->

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

#### Merged Pull Requests
- Fix Base API breakage in Chef/Style/CommentSentenceSpacing [#961](https://github.com/chef/cookstyle/pull/961) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.3 -->
<!-- release_rollup -->

<!-- latest_stable_release -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.32.2
7.32.3
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.2" # rubocop: disable Style/StringLiterals
VERSION = "7.32.3" # rubocop: disable Style/StringLiterals
RUBOCOP_VERSION = '1.25.1'
end

0 comments on commit 39c45fd

Please sign in to comment.