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