From 0e94bf8f09ab17bf7ad4ab72c166e3a434282d83 Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Wed, 25 Mar 2026 14:14:44 +0900 Subject: [PATCH] Version 3.10.4 --- CHANGELOG.md | 8 ++++++++ Gemfile.lock | 2 +- lib/rbs/version.rb | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dbe5cc3b..934eb876d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## 3.10.4 (2026-03-25) + +### Library changes + +#### rbs collection + +* [Backport] [3.10] Fix: pathname not written to lockfile. ([#2896](https://github.com/ruby/rbs/pull/2896)) + ## 3.10.3 (2026-01-30) This is a minor fix around the dependency to `tsort`. diff --git a/Gemfile.lock b/Gemfile.lock index d67c92da4..630dad70f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rbs (3.10.3) + rbs (3.10.4) logger tsort diff --git a/lib/rbs/version.rb b/lib/rbs/version.rb index d9f957903..5ec426b62 100644 --- a/lib/rbs/version.rb +++ b/lib/rbs/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RBS - VERSION = "3.10.3" + VERSION = "3.10.4" end