Skip to content

Commit

Permalink
Merge pull request #2018 from ruby/version-3.6.0.pre.2
Browse files Browse the repository at this point in the history
Version 3.6.0.pre.2
  • Loading branch information
soutaro committed Sep 18, 2024
2 parents 5441805 + cc5a19a commit 42920d6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rbs (3.6.0.pre.1)
rbs (3.6.0.pre.2)
logger

PATH
Expand Down
2 changes: 1 addition & 1 deletion lib/rbs/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RBS
VERSION = "3.6.0.pre.1"
VERSION = "3.6.0.pre.2"
end

0 comments on commit 42920d6

Please sign in to comment.