Skip to content

Commit

Permalink
Merge pull request #2046 from ruby/version-3.6.1
Browse files Browse the repository at this point in the history
Version 3.6.1
  • Loading branch information
soutaro authored Oct 3, 2024
2 parents 9d0693b + 0365d77 commit 745943b
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.1 (2024-10-03)

### Library changes

* Mark as ractor-safe ([#2041](https://github.com/ruby/rbs/pull/2041))

### Miscellaneous

* Omit IOConsoleTest with Windows platform ([#2044](https://github.com/ruby/rbs/pull/2044))
* Recover `$stdout` after test ([#2042](https://github.com/ruby/rbs/pull/2042))

## 3.6.0 (2024-09-30)

Nothing changed since `3.6.0.pre.3`.
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)
rbs (3.6.1)
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"
VERSION = "3.6.1"
end

0 comments on commit 745943b

Please sign in to comment.