Skip to content

Commit cc5a19a

Browse files
committed
Version 3.6.0.pre.2
1 parent 5441805 commit cc5a19a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## 3.6.0.pre.2 (2024-09-18)
4+
5+
### Signature updates
6+
7+
* `Kernel#class` ([#2017](https://github.com/ruby/rbs/pull/2017))
8+
* `TracePoint#enable` ([#2015](https://github.com/ruby/rbs/pull/2015))
9+
10+
### Miscellaneous
11+
12+
* Fix type definition and type errors ([#2016](https://github.com/ruby/rbs/pull/2016))
13+
314
## 3.6.0.pre.1 (2024-09-17)
415

516
### 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.6.0.pre.1)
4+
rbs (3.6.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.6.0.pre.1"
4+
VERSION = "3.6.0.pre.2"
55
end

0 commit comments

Comments
 (0)