From cc5a19a620683f1b20d0662945b2c472c3a00b2b Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Wed, 18 Sep 2024 16:14:00 +0900 Subject: [PATCH] Version 3.6.0.pre.2 --- CHANGELOG.md | 11 +++++++++++ Gemfile.lock | 2 +- lib/rbs/version.rb | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f48691757..38adf49c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## 3.6.0.pre.2 (2024-09-18) + +### Signature updates + +* `Kernel#class` ([#2017](https://github.com/ruby/rbs/pull/2017)) +* `TracePoint#enable` ([#2015](https://github.com/ruby/rbs/pull/2015)) + +### Miscellaneous + +* Fix type definition and type errors ([#2016](https://github.com/ruby/rbs/pull/2016)) + ## 3.6.0.pre.1 (2024-09-17) ### Signature updates diff --git a/Gemfile.lock b/Gemfile.lock index af06f0613..77ba6e2ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rbs (3.6.0.pre.1) + rbs (3.6.0.pre.2) logger PATH diff --git a/lib/rbs/version.rb b/lib/rbs/version.rb index 972e3e37f..4b098fc69 100644 --- a/lib/rbs/version.rb +++ b/lib/rbs/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RBS - VERSION = "3.6.0.pre.1" + VERSION = "3.6.0.pre.2" end