From 64fb0ad503db6846c4aaa75e0f806017ed603a0e Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Fri, 30 Jan 2026 22:49:17 +0900 Subject: [PATCH] Version 3.10.3 --- 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 8ceba9185..6dbe5cc3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## 3.10.3 (2026-01-30) + +This is a minor fix around the dependency to `tsort`. + +## Pull Requests + +* Merge pull request #2601 from ima1zumi/add-tsort-dep ([#2834](https://github.com/ruby/rbs/pull/2834)) + ## 3.10.2 (2026-01-07) This is a minor fix on arena allocator alignment. diff --git a/Gemfile.lock b/Gemfile.lock index ac76831c3..d67c92da4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rbs (3.10.2) + rbs (3.10.3) logger tsort diff --git a/lib/rbs/version.rb b/lib/rbs/version.rb index bd31fd7ce..d9f957903 100644 --- a/lib/rbs/version.rb +++ b/lib/rbs/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RBS - VERSION = "3.10.2" + VERSION = "3.10.3" end