Skip to content

Commit d2ac2ba

Browse files
authored
Merge pull request #2199 from ruby/version-3.8.0
Version 3.8.0
2 parents ad2e348 + b6d76ce commit d2ac2ba

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

3+
## 3.8.0 (2024-12-24)
4+
5+
### Signature updates
6+
7+
* `Dir.mktmpdir` ([#2158](https://github.com/ruby/rbs/pull/2158))
8+
* `File.join` ([#2158](https://github.com/ruby/rbs/pull/2158))
9+
* `IO#each_line` ([#2151](https://github.com/ruby/rbs/pull/2151))
10+
* `Kernel#readlines` ([#2151](https://github.com/ruby/rbs/pull/2151))
11+
* `Ractor.store_if_absent` ([#2198](https://github.com/ruby/rbs/pull/2198))
12+
* Update docs as of 2024-12-24, 16:13 JST ([#2193](https://github.com/ruby/rbs/pull/2193))
13+
14+
### Library changes
15+
16+
* Adjust capacity of location children ([#2197](https://github.com/ruby/rbs/pull/2197))
17+
* Should validate self-type on Proc ([#2192](https://github.com/ruby/rbs/pull/2192))
18+
319
## 3.8.0.pre.1 (2024-12-19)
420

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

0 commit comments

Comments
 (0)