Skip to content

Commit

Permalink
Merge pull request #2209 from ruby/vesion-3.8.1
Browse files Browse the repository at this point in the history
Version 3.8.1
  • Loading branch information
soutaro authored Dec 27, 2024
2 parents 500b957 + 81343ef commit b147cbb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## 3.8.1 (2024-12-27)

### Signature updates

* `Ractor.store_if_absent` ([#2206](https://github.com/ruby/rbs/pull/2206))
* `Time#iso860t1` ([#2207](https://github.com/ruby/rbs/pull/2207))
* `Time#xmlschema` ([#2207](https://github.com/ruby/rbs/pull/2207))

### Miscellaneous

* Update rubocop-on-rbs ([#2200](https://github.com/ruby/rbs/pull/2200))
* Update docs based on Ruby 3.4.1 ([#2208](https://github.com/ruby/rbs/pull/2208))
* Ruby 3.4.1 ([#2206](https://github.com/ruby/rbs/pull/2206))

## 3.8.0 (2024-12-24)

### 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)
rbs (3.8.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.8.0"
VERSION = "3.8.1"
end

0 comments on commit b147cbb

Please sign in to comment.