Skip to content

Commit

Permalink
Bump version to 7.1.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 5, 2020
1 parent 0a42aa6 commit bc8ab4d
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.0.3 -->
## [v7.0.3](https://github.com/chef/cookstyle/tree/v7.0.3) (2020-10-30)
<!-- latest_release 7.1.0 -->
## [v7.1.0](https://github.com/chef/cookstyle/tree/v7.1.0) (2020-11-05)

#### Merged Pull Requests
- Add new Chef/Deprecations/FoodcriticTesting cop [#785](https://github.com/chef/cookstyle/pull/785) ([tas50](https://github.com/tas50))
- Update to RuboCop 1.2.0 [#791](https://github.com/chef/cookstyle/pull/791) ([tas50](https://github.com/tas50))
<!-- latest_release -->

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

#### Merged Pull Requests
- Update to RuboCop 1.2.0 [#791](https://github.com/chef/cookstyle/pull/791) ([tas50](https://github.com/tas50)) <!-- 7.1.0 -->
- Add new Chef/Deprecations/FoodcriticTesting cop [#785](https://github.com/chef/cookstyle/pull/785) ([tas50](https://github.com/tas50)) <!-- 7.0.3 -->
- Add a new Chef/Deprecations/LibrarianChefSpec cop [#783](https://github.com/chef/cookstyle/pull/783) ([tas50](https://github.com/tas50)) <!-- 7.0.2 -->
- Remove the release branch constraints [#782](https://github.com/chef/cookstyle/pull/782) ([tas50](https://github.com/tas50)) <!-- 7.0.1 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.3
7.1.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.0.3" # rubocop: disable Style/StringLiterals
VERSION = "7.1.0" # rubocop: disable Style/StringLiterals
RUBOCOP_VERSION = '1.2.0'
end

0 comments on commit bc8ab4d

Please sign in to comment.