We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd82612 + 64fb0ad commit ac64601Copy full SHA for ac64601
3 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# CHANGELOG
2
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
11
## 3.10.2 (2026-01-07)
12
13
This is a minor fix on arena allocator alignment.
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- rbs (3.10.2)
+ rbs (3.10.3)
logger
tsort
lib/rbs/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RBS
- VERSION = "3.10.2"
+ VERSION = "3.10.3"
end
0 commit comments