Skip to content

Commit b147cbb

Browse files
authored
Merge pull request #2209 from ruby/vesion-3.8.1
Version 3.8.1
2 parents 500b957 + 81343ef commit b147cbb

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
## 3.8.1 (2024-12-27)
4+
5+
### Signature updates
6+
7+
* `Ractor.store_if_absent` ([#2206](https://github.com/ruby/rbs/pull/2206))
8+
* `Time#iso860t1` ([#2207](https://github.com/ruby/rbs/pull/2207))
9+
* `Time#xmlschema` ([#2207](https://github.com/ruby/rbs/pull/2207))
10+
11+
### Miscellaneous
12+
13+
* Update rubocop-on-rbs ([#2200](https://github.com/ruby/rbs/pull/2200))
14+
* Update docs based on Ruby 3.4.1 ([#2208](https://github.com/ruby/rbs/pull/2208))
15+
* Ruby 3.4.1 ([#2206](https://github.com/ruby/rbs/pull/2206))
16+
317
## 3.8.0 (2024-12-24)
418

519
### 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)
4+
rbs (3.8.1)
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"
4+
VERSION = "3.8.1"
55
end

0 commit comments

Comments
 (0)