Skip to content

Commit ac64601

Browse files
authored
Merge pull request #2835 from ruby/version-3.10.3
Version 3.10.3
2 parents bd82612 + 64fb0ad commit ac64601

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 3.10.3 (2026-01-30)
4+
5+
This is a minor fix around the dependency to `tsort`.
6+
7+
## Pull Requests
8+
9+
* Merge pull request #2601 from ima1zumi/add-tsort-dep ([#2834](https://github.com/ruby/rbs/pull/2834))
10+
311
## 3.10.2 (2026-01-07)
412

513
This is a minor fix on arena allocator alignment.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rbs (3.10.2)
4+
rbs (3.10.3)
55
logger
66
tsort
77

lib/rbs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RBS
4-
VERSION = "3.10.2"
4+
VERSION = "3.10.3"
55
end

0 commit comments

Comments
 (0)