Skip to content

Commit

Permalink
Cut 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed May 12, 2020
1 parent 9fdd18c commit dac2e42
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)

## 0.0.2 (2020-05-12)

### Bug fixes

* [Perf #106](https://github.com/rubocop-hq/rubocop-performance#106): Fix RegexpNode#to_regexp where option is 'o' + any other ([@marcandre][])
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/ast/version.rb
Expand Up @@ -3,7 +3,7 @@
module RuboCop
module AST
module Version
STRING = '0.0.1'
STRING = '0.0.2'
end
end
end

0 comments on commit dac2e42

Please sign in to comment.