File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 3.5.2 (2024-07-10)
4+
5+ ### Library changes
6+
7+ * Update docs for ruby-3.3.4 ([ #1923 ] ( https://github.com/ruby/rbs/pull/1923 ) , Backported in [ #1925 ] ( https://github.com/ruby/rbs/pull/1925 ) )
8+ * Update docs for ruby-3.3.3 ([ #1889 ] ( https://github.com/ruby/rbs/pull/1889 ) , Backported in [ #1925 ] ( https://github.com/ruby/rbs/pull/1925 ) )
9+ * Fix #1905 : Fix typo in ` UntypedFunction ` ([ #1906 ] ( https://github.com/ruby/rbs/pull/1906 ) , Backported in [ #1925 ] ( https://github.com/ruby/rbs/pull/1925 ) )
10+
11+ ### Miscellaneous
12+
13+ * Use ` File.open ` instead of ` IO.sysopen ` ([ #1913 ] ( https://github.com/ruby/rbs/pull/1913 ) )
14+
315## 3.5.1 (2024-06-07)
416
517### Library changes
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- rbs (3.5.1 )
4+ rbs (3.5.2 )
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 "
4+ VERSION = "3.5.2 "
55end
You can’t perform that action at this time.
0 commit comments