We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd213d6 commit 21861c8Copy full SHA for 21861c8
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master (unreleased)
4
5
+## 1.37.0 (2024-12-13)
6
+
7
### New features
8
9
* [#341](https://github.com/rubocop/rubocop-ast/pull/341): Make `RuboCop::AST::IfNode` support `then?`. ([@koic][])
docs/antora.yml
@@ -1,5 +1,5 @@
1
name: rubocop-ast
title: RuboCop AST
-version: master
+version: '1.37'
nav:
- modules/ROOT/nav.adoc
lib/rubocop/ast/version.rb
@@ -3,7 +3,7 @@
module RuboCop
module AST
module Version
- STRING = '1.36.2'
+ STRING = '1.37.0'
end
0 commit comments