We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e212a2 commit 3d8aa62Copy full SHA for 3d8aa62
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master (unreleased)
4
5
+## 0.1.0 (2020-06-26)
6
+
7
### New features
8
9
* [#36](https://github.com/rubocop-hq/rubocop-ast/pull/36): Add `post_condition_loop?` and `loop_keyword?` for `Node`. ([@fatkodima][])
lib/rubocop/ast/version.rb
@@ -3,7 +3,7 @@
module RuboCop
module AST
module Version
- STRING = '0.0.3'
+ STRING = '0.1.0'
end
0 commit comments