Skip to content

Commit

Permalink
Bump 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Jul 26, 2022
1 parent b126ba1 commit 37b86f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

## [0.2.0] - 2022-07-26

- Add autocorrection options. ([@skryukov])
Run `rubocop-gradual -a` and `rubocop-gradual -A` to autocorrect new and changed files and then update the lock file.

Expand All @@ -32,7 +34,8 @@ and this project adheres to [Semantic Versioning].

[@skryukov]: https://github.com/skryukov

[Unreleased]: https://github.com/skryukov/rubocop-gradual/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/skryukov/rubocop-gradual/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/skryukov/rubocop-gradual/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/skryukov/rubocop-gradual/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/skryukov/rubocop-gradual/commits/v0.1.0

Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/gradual/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module RuboCop
module Gradual
VERSION = "0.1.1"
VERSION = "0.2.0"
end
end

0 comments on commit 37b86f3

Please sign in to comment.