Skip to content

Commit

Permalink
Merge pull request #2199 from ruby/version-3.8.0
Browse files Browse the repository at this point in the history
Version 3.8.0
  • Loading branch information
soutaro authored Dec 24, 2024
2 parents ad2e348 + b6d76ce commit d2ac2ba
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG

## 3.8.0 (2024-12-24)

### Signature updates

* `Dir.mktmpdir` ([#2158](https://github.com/ruby/rbs/pull/2158))
* `File.join` ([#2158](https://github.com/ruby/rbs/pull/2158))
* `IO#each_line` ([#2151](https://github.com/ruby/rbs/pull/2151))
* `Kernel#readlines` ([#2151](https://github.com/ruby/rbs/pull/2151))
* `Ractor.store_if_absent` ([#2198](https://github.com/ruby/rbs/pull/2198))
* Update docs as of 2024-12-24, 16:13 JST ([#2193](https://github.com/ruby/rbs/pull/2193))

### Library changes

* Adjust capacity of location children ([#2197](https://github.com/ruby/rbs/pull/2197))
* Should validate self-type on Proc ([#2192](https://github.com/ruby/rbs/pull/2192))

## 3.8.0.pre.1 (2024-12-19)

### 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.8.0.pre.1)
rbs (3.8.0)
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.8.0.pre.1"
VERSION = "3.8.0"
end

0 comments on commit d2ac2ba

Please sign in to comment.