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 e2c772e commit 58388afCopy full SHA for 58388af
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master (unreleased)
4
5
+## 1.30.0 (2023-10-26)
6
+
7
### New features
8
9
- [#270](https://github.com/rubocop/rubocop-ast/pull/270): Add `BlockNode#{first,last}_argument` helpers. ([@sambostock][])
docs/antora.yml
@@ -1,5 +1,5 @@
1
name: rubocop-ast
title: RuboCop AST
-version: master
+version: '1.30'
nav:
- modules/ROOT/nav.adoc
lib/rubocop/ast/version.rb
@@ -3,7 +3,7 @@
module RuboCop
module AST
module Version
- STRING = '1.29.0'
+ STRING = '1.30.0'
end
0 commit comments