Skip to content

Commit 21861c8

Browse files
committed
Cut 1.37.0
1 parent dd213d6 commit 21861c8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## 1.37.0 (2024-12-13)
6+
57
### New features
68

79
* [#341](https://github.com/rubocop/rubocop-ast/pull/341): Make `RuboCop::AST::IfNode` support `then?`. ([@koic][])

docs/antora.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rubocop-ast
22
title: RuboCop AST
3-
version: master
3+
version: '1.37'
44
nav:
55
- modules/ROOT/nav.adoc

lib/rubocop/ast/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module RuboCop
44
module AST
55
module Version
6-
STRING = '1.36.2'
6+
STRING = '1.37.0'
77
end
88
end
99
end

0 commit comments

Comments
 (0)