File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 22
33## master
44
5+ ## 2.8.0 (2022-11-24)
6+
7+ ### Signature updates
8+
9+ * random ([ #1144 ] ( https://github.com/ruby/rbs/pull/1144 ) )
10+
11+ ### Library changes
12+
13+ * Fix SEGV when give invalid object to ` variables: ` ([ #1153 ] ( https://github.com/ruby/rbs/pull/1153 ) )
14+
15+ ### Miscellaneous
16+
17+ * Fix some typos ([ #1155 ] ( https://github.com/ruby/rbs/pull/1155 ) )
18+ * Fix a formatting some YAML files ([ #1154 ] ( https://github.com/ruby/rbs/pull/1154 ) )
19+
520## 2.8.0.pre.1 (2022-11-17)
621
722### Signature updates
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- rbs (2.8.0.pre.1 )
4+ rbs (2.8.0 )
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.8.0.pre.1 "
4+ VERSION = "2.8.0"
55end
You can’t perform that action at this time.
0 commit comments