Skip to content

Commit

Permalink
Preparing for 1.0.0 release
Browse files Browse the repository at this point in the history
Follow up of rubocop/rubocop#5977 (comment).

This PR prepares for release 1.0.0.
  • Loading branch information
MarttiCheng committed Mar 14, 2019
1 parent 392a7cc commit cffb7bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 1.0.0 (2019-03-14)

### New features

* Extract performance cops from rubocop-hq/rubocop repository. ([@composerinteralia][], [@koic][])
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/performance/version.rb
Expand Up @@ -3,7 +3,7 @@
module RuboCop
module Performance
module Version
STRING = '0.0.1'.freeze
STRING = '1.0.0'.freeze
end
end
end

0 comments on commit cffb7bd

Please sign in to comment.