Skip to content

Commit 45b34bd

Browse files
committed
Version 3.5.1
1 parent a2a38a2 commit 45b34bd

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## 3.5.1 (2024-06-07)
4+
5+
### Library changes
6+
7+
* Add explicit dependency on the `logger` gem ([#1865](https://github.com/ruby/rbs/pull/1865))
8+
* Make c99, c23 compatible ([#1870](https://github.com/ruby/rbs/pull/1870))
9+
10+
### Miscellaneous
11+
12+
* Don't try to sign git commits when running tests ([#1867](https://github.com/ruby/rbs/pull/1867))
13+
314
## 3.5.0 (2024-06-06)
415

516
### 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.5.1.pre.1)
4+
rbs (3.5.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.5.1.pre.1"
4+
VERSION = "3.5.1"
55
end

0 commit comments

Comments
 (0)