Skip to content

Commit

Permalink
Cut 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed May 2, 2021
1 parent de2e210 commit c066ba0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 1.5.0 (2021-05-02)

### New features

* [#182](https://github.com/rubocop-hq/rubocop-ast/pull/182): Support `Parser::Ruby31` for Ruby 3.1 parser (experimental). ([@koic][])
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
@@ -1,5 +1,5 @@
name: rubocop-ast
title: RuboCop AST
version: master
version: '1.5'
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion lib/rubocop/ast/version.rb
Expand Up @@ -3,7 +3,7 @@
module RuboCop
module AST
module Version
STRING = '1.4.2'
STRING = '1.5.0'
end
end
end

0 comments on commit c066ba0

Please sign in to comment.