We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80dc741 + 0e94bf8 commit 8e689c7Copy full SHA for 8e689c7
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# CHANGELOG
2
3
+## 3.10.4 (2026-03-25)
4
+
5
+### Library changes
6
7
+#### rbs collection
8
9
+* [Backport] [3.10] Fix: pathname not written to lockfile. ([#2896](https://github.com/ruby/rbs/pull/2896))
10
11
## 3.10.3 (2026-01-30)
12
13
This is a minor fix around the dependency to `tsort`.
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- rbs (3.10.3)
+ rbs (3.10.4)
logger
tsort
lib/rbs/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RBS
- VERSION = "3.10.3"
+ VERSION = "3.10.4"
end
0 commit comments