Skip to content

Commit

Permalink
Bump up version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed May 6, 2022
1 parent c2574fd commit 2215b93
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.1

* [#17](https://github.com/rubocop/rubocop-extension-generator/pull/17): Add missing `require bundler`.

## v0.5.0

* [#16](https://github.com/rubocop/rubocop-extension-generator/pull/16): Fix CLI error caused by bundler newer than v2.3.9.
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.5.0"
VERSION = "0.5.1"
end
end
end

0 comments on commit 2215b93

Please sign in to comment.