Skip to content

Commit 8e689c7

Browse files
authored
Merge pull request #2901 from ruby/version-3.10.4
Version 3.10.4
2 parents 80dc741 + 0e94bf8 commit 8e689c7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

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.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+
311
## 3.10.3 (2026-01-30)
412

513
This is a minor fix around the dependency to `tsort`.

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.3)
4+
rbs (3.10.4)
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.3"
4+
VERSION = "3.10.4"
55
end

0 commit comments

Comments
 (0)