Skip to content

Commit

Permalink
Bump 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Oct 18, 2023
1 parent f15606c commit 0cbe0ef
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.3.3] - 2023-10-18

### Fixed

- Throw an error when the `--check` option is used and file hash is outdated. ([@skryukov])
Expand Down Expand Up @@ -97,7 +99,8 @@ RuboCop::Gradual::RakeTask.new

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

[Unreleased]: https://github.com/skryukov/rubocop-gradual/compare/v0.3.2...HEAD
[Unreleased]: https://github.com/skryukov/rubocop-gradual/compare/v0.3.3...HEAD
[0.3.3]: https://github.com/skryukov/rubocop-gradual/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/skryukov/rubocop-gradual/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/skryukov/rubocop-gradual/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/skryukov/rubocop-gradual/compare/v0.2.0...v0.3.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.3.2"
VERSION = "0.3.3"
end
end

0 comments on commit 0cbe0ef

Please sign in to comment.