Skip to content

Commit

Permalink
Bump version to 7.3.0 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 25, 2020
1 parent 642c9f5 commit 2c4fe70
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.2.2 -->
## [v7.2.2](https://github.com/chef/cookstyle/tree/v7.2.2) (2020-11-23)
<!-- latest_release 7.3.0 -->
## [v7.3.0](https://github.com/chef/cookstyle/tree/v7.3.0) (2020-11-25)

#### Merged Pull Requests
- Disable cop with potentially misleading warning message. [#799](https://github.com/chef/cookstyle/pull/799) ([phiggins](https://github.com/phiggins))
- Bump RuboCop to 1.4.1 [#800](https://github.com/chef/cookstyle/pull/800) ([tas50](https://github.com/tas50))
<!-- latest_release -->

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

#### Merged Pull Requests
- Bump RuboCop to 1.4.1 [#800](https://github.com/chef/cookstyle/pull/800) ([tas50](https://github.com/tas50)) <!-- 7.3.0 -->
- Disable cop with potentially misleading warning message. [#799](https://github.com/chef/cookstyle/pull/799) ([phiggins](https://github.com/phiggins)) <!-- 7.2.2 -->
<!-- release_rollup -->

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

0 comments on commit 2c4fe70

Please sign in to comment.