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 fb62fd9 commit 4d22ef0Copy full SHA for 4d22ef0
3 files changed
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master (unreleased)
4
5
+## 1.47.1 (2025-09-21)
6
+
7
### Bug fixes
8
9
* [#386](https://github.com/rubocop/rubocop-ast/pull/386): Fix parsing of node patterns that match against the empty string. ([@earloapin][])
docs/antora.yml
@@ -1,5 +1,5 @@
1
name: rubocop-ast
title: RuboCop AST
-version: master
+version: '1.47'
nav:
- modules/ROOT/nav.adoc
lib/rubocop/ast/version.rb
@@ -3,7 +3,7 @@
module RuboCop
module AST
module Version
- STRING = '1.47.0'
+ STRING = '1.47.1'
end
0 commit comments