Skip to content

Commit

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

## master (unreleased)

## 1.14.0 (2021-12-02)

### New features

* [#218](https://github.com/rubocop/rubocop-ast/pull/218): Support Ruby 3.1's anonymous block forwarding syntax. ([@koic][])
Expand Down
4 changes: 2 additions & 2 deletions docs/antora.yml
@@ -1,5 +1,5 @@
name: rubocop-ast
title: RuboCop AST
version: '1.13'
version: "1.14"
nav:
- modules/ROOT/nav.adoc
- 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.13.0'
STRING = '1.14.0'
end
end
end

0 comments on commit bd6c6f2

Please sign in to comment.