Skip to content

Commit

Permalink
Bump version to 2.0.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 May 5, 2021
1 parent 3d80639 commit 79fb886
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 @@
# chefstyle change log

<!-- latest_release 2.0.2 -->
## [v2.0.2](https://github.com/chef/chefstyle/tree/v2.0.2) (2021-05-05)
<!-- latest_release 2.0.3 -->
## [v2.0.3](https://github.com/chef/chefstyle/tree/v2.0.3) (2021-05-05)

#### Merged Pull Requests
- Update RuboCop to 1.14 [#136](https://github.com/chef/chefstyle/pull/136) ([tas50](https://github.com/tas50))
- Make sure the gem requires Ruby 2.5+ [#137](https://github.com/chef/chefstyle/pull/137) ([tas50](https://github.com/tas50))
<!-- latest_release -->

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

#### Merged Pull Requests
- Make sure the gem requires Ruby 2.5+ [#137](https://github.com/chef/chefstyle/pull/137) ([tas50](https://github.com/tas50)) <!-- 2.0.3 -->
- Update RuboCop to 1.14 [#136](https://github.com/chef/chefstyle/pull/136) ([tas50](https://github.com/tas50)) <!-- 2.0.2 -->
- Upgrade to GitHub-native Dependabot [#135](https://github.com/chef/chefstyle/pull/135) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 2.0.1 -->
- Update to RuboCop 1.13 and remove Ruby 2.4 support [#134](https://github.com/chef/chefstyle/pull/134) ([tas50](https://github.com/tas50)) <!-- 2.0.0 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.2
2.0.3
2 changes: 1 addition & 1 deletion lib/chefstyle/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Chefstyle
VERSION = "2.0.2"
VERSION = "2.0.3"
RUBOCOP_VERSION = "1.14.0"
end

0 comments on commit 79fb886

Please sign in to comment.