Skip to content

Commit

Permalink
Cut 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Jun 26, 2020
1 parent 3e212a2 commit 3d8aa62
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.1.0 (2020-06-26)

### New features

* [#36](https://github.com/rubocop-hq/rubocop-ast/pull/36): Add `post_condition_loop?` and `loop_keyword?` for `Node`. ([@fatkodima][])
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.3'
STRING = '0.1.0'
end
end
end

0 comments on commit 3d8aa62

Please sign in to comment.