Skip to content

Commit

Permalink
Bump up version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed May 6, 2022
1 parent 8cc5198 commit a246d90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# master (unreleased)

## v0.5.0

* [#16](https://github.com/rubocop/rubocop-extension-generator/pull/16): Fix CLI error caused by bundler newer than v2.3.9.

## v0.4.0

* [#13](https://github.com/rubocop/rubocop-extension-generator/pull/13): Fix an `ArgumentError` when RuboCop 1.22.0 or higher.
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/extension/generator/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module RuboCop
module Extension
module Generator
VERSION = "0.4.0"
VERSION = "0.5.0"
end
end
end

0 comments on commit a246d90

Please sign in to comment.