From deabcb7e0ea36edda5a4f7067a1e3bccc4a003a7 Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Fri, 9 May 2025 16:49:50 +0900 Subject: [PATCH] Version 3.9.3 --- CHANGELOG.md | 6 ++++++ Gemfile.lock | 2 +- lib/rbs/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4b602b137..4298bc95bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 3.9.3 (2025-05-09) + +### Miscellaneous + +* Use erb instead of set for load path testing ([#2468](https://github.com/ruby/rbs/pull/2468)) + ## 3.9.2 (2025-03-31) ### Library changes diff --git a/Gemfile.lock b/Gemfile.lock index f80bff45e8..18dd6e1225 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rbs (3.9.2) + rbs (3.9.3) logger PATH diff --git a/lib/rbs/version.rb b/lib/rbs/version.rb index c66692382d..f8b544d001 100644 --- a/lib/rbs/version.rb +++ b/lib/rbs/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RBS - VERSION = "3.9.2" + VERSION = "3.9.3" end