Skip to content

Commit

Permalink
Bump version to 7.25.5 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 Sep 30, 2021
1 parent d195991 commit ce83e6a
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.25.4 -->
## [v7.25.4](https://github.com/chef/cookstyle/tree/v7.25.4) (2021-09-29)
<!-- latest_release 7.25.5 -->
## [v7.25.5](https://github.com/chef/cookstyle/tree/v7.25.5) (2021-09-30)

#### Merged Pull Requests
- Vendor rubocop-1.21.0 upstream configuration. [#911](https://github.com/chef/cookstyle/pull/911) ([tas50](https://github.com/tas50))
- Update RuboCop to 1.22 [#912](https://github.com/chef/cookstyle/pull/912) ([tas50](https://github.com/tas50))
<!-- latest_release -->

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

#### Merged Pull Requests
- Update RuboCop to 1.22 [#912](https://github.com/chef/cookstyle/pull/912) ([tas50](https://github.com/tas50)) <!-- 7.25.5 -->
- Vendor rubocop-1.21.0 upstream configuration. [#911](https://github.com/chef/cookstyle/pull/911) ([tas50](https://github.com/tas50)) <!-- 7.25.4 -->
- Update to RuboCop 1.21 + move windows testing to GH [#910](https://github.com/chef/cookstyle/pull/910) ([tas50](https://github.com/tas50)) <!-- 7.25.3 -->
- Add dependabot config [#909](https://github.com/chef/cookstyle/pull/909) ([tas50](https://github.com/tas50)) <!-- 7.25.2 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.25.4
7.25.5
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.25.4" # rubocop: disable Style/StringLiterals
VERSION = "7.25.5" # rubocop: disable Style/StringLiterals
RUBOCOP_VERSION = '1.22.0'
end

0 comments on commit ce83e6a

Please sign in to comment.