Skip to content

Commit 113ea90

Browse files
authored
Merge pull request #2326 from ruby/version-3.9.0.pre.2
Version 3.9.0.pre.2
2 parents a61588f + 2dd9eeb commit 113ea90

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG
22

3+
## 3.9.0.pre.2 (2025-03-14)
4+
5+
### Signature updates
6+
7+
* `Hash.new` type ([#2323](https://github.com/ruby/rbs/pull/2323))
8+
* `Module#define_method` ([#2325](https://github.com/ruby/rbs/pull/2325))
9+
* `Object#define_singleton_method` ([#2324](https://github.com/ruby/rbs/pull/2324))
10+
11+
### Language updates
12+
13+
* Fix `define_method` method block self type ([#2325](https://github.com/ruby/rbs/pull/2325))
14+
315
## 3.9.0.pre.1 (2025-03-11)
416

517
### Signature updates

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rbs (3.9.0.pre.1)
4+
rbs (3.9.0.pre.2)
55
logger
66

77
PATH

lib/rbs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RBS
4-
VERSION = "3.9.0.pre.1"
4+
VERSION = "3.9.0.pre.2"
55
end

0 commit comments

Comments
 (0)