File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## master
44
5+ ## 2.7.0.pre.2 (2022-09-20)
6+
7+ ### Signature updates
8+
9+ * ` Set ` ([ #1110 ] ( https://github.com/ruby/rbs/pull/1110 ) )
10+ * ` RDoc::Markup ` ([ #1109 ] ( https://github.com/ruby/rbs/pull/1109 ) )
11+
12+ ### Library changes
13+
14+ * Always skip CR explicitly ([ #1112 ] ( https://github.com/ruby/rbs/pull/1112 ) )
15+
16+ ### Miscellaneous
17+
18+ * Use ` append_cflags ` for other than GCC ([ #1106 ] ( https://github.com/ruby/rbs/pull/1106 ) )
19+
520## 2.7.0.pre.1 (2022-09-02)
621
722See [ Release Note 2.7] ( https://github.com/ruby/rbs/wiki/Release-Note-2.7 ) for the highlights of this release.
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- rbs (2.7.0.pre.1 )
4+ rbs (2.7.0.pre.2 )
55
66PATH
77 remote: test/assets/test-gem
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module RBS
4- VERSION = "2.7.0.pre.1 "
4+ VERSION = "2.7.0.pre.2 "
55end
You can’t perform that action at this time.
0 commit comments