Skip to content

Commit ba542c8

Browse files
committed
Cut 1.49.0
1 parent 60b64d0 commit ba542c8

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## 1.49.0 (2025-12-28)
6+
57
### New features
68

79
- [#394](https://github.com/rubocop/rubocop-ast/pull/394): Support Ruby 4.1 (experimental). ([@koic][])

docs/antora.yml

Lines changed: 1 addition & 1 deletion
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.49'
44
nav:
55
- modules/ROOT/nav.adoc

lib/rubocop/ast/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module RuboCop
44
module AST
55
module Version
6-
STRING = '1.48.0'
6+
STRING = '1.49.0'
77
end
88
end
99
end

relnotes/v1.49.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### New features
2+
3+
- [#394](https://github.com/rubocop/rubocop-ast/pull/394): Support Ruby 4.1 (experimental). ([@koic][])
4+
5+
[@koic]: https://github.com/koic

0 commit comments

Comments
 (0)