Skip to content

Commit

Permalink
Cut 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Jul 19, 2020
1 parent 9e07813 commit 098529a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 0.2.0 (2020-07-19)

### New features

* [#50](https://github.com/rubocop-hq/rubocop-ast/pull/50): Support find pattern matching for Ruby 2.8 (3.0) parser. ([@koic][])
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rubocop-ast
title: RuboCop AST
version: master
version: '0.2.0'

This comment has been minimized.

Copy link
@bbatsov

bbatsov Jul 19, 2020

Contributor

Hmm, weirdly that's not the version sans patch here.

This comment has been minimized.

Copy link
@marcandre

marcandre Jul 19, 2020

Author Contributor

Oops, my bad. Forgot to call the method and too tired to notice...

What do I need to do to correct this?

This comment has been minimized.

Copy link
@marcandre

marcandre Jul 19, 2020

Author Contributor

master is fixed

This comment has been minimized.

Copy link
@bbatsov

bbatsov Jul 19, 2020

Contributor

On master it should be master - Antora pull the docs and their version for stable releases from the git tags. Anyways, not a big deal.

nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion lib/rubocop/ast/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module RuboCop
module AST
module Version
STRING = '0.1.0'
STRING = '0.2.0'
end
end
end

0 comments on commit 098529a

Please sign in to comment.