We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a38a2 commit 45b34bdCopy full SHA for 45b34bd
3 files changed
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# CHANGELOG
2
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
14
## 3.5.0 (2024-06-06)
15
16
### Signature updates
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- rbs (3.5.1.pre.1)
+ rbs (3.5.1)
logger
lib/rbs/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RBS
- VERSION = "3.5.1.pre.1"
+ VERSION = "3.5.1"
end
0 commit comments