From 3c16a5fb1b67b32d024673f22aee7ef6f3d59bd3 Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Tue, 26 Dec 2023 12:59:58 +0900 Subject: [PATCH] Version 3.4.1 --- 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 6aaad3db1..ed9e7ee5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## master +## 3.4.1 (2023-12-26) + +### Signature updates + +* Update embedded RDoc based on ruby-3.3.0 (Backport #1699) ([#1700](https://github.com/ruby/rbs/pull/1700)) + ## 3.4.0 (2023-12-21) ### Signature updates diff --git a/Gemfile.lock b/Gemfile.lock index 7d326fc5a..4293185c6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rbs (3.4.0) + rbs (3.4.1) abbrev PATH diff --git a/lib/rbs/version.rb b/lib/rbs/version.rb index faee44f2d..a31830e8f 100644 --- a/lib/rbs/version.rb +++ b/lib/rbs/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RBS - VERSION = "3.4.0" + VERSION = "3.4.1" end