File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- rbs (3.5.1.pre.1 )
4+ rbs (3.5.1 )
55 logger
66
77PATH
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module RBS
4- VERSION = "3.5.1.pre.1 "
4+ VERSION = "3.5.1"
55end
You can’t perform that action at this time.
0 commit comments