File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 22
33## master
44
5+ ## 2.8.1 (2022-11-28)
6+
7+ ### Signature updates
8+
9+ * Update documents based on ruby-3.1.3 ([ #1160 ] ( https://github.com/ruby/rbs/pull/1160 ) )
10+
11+ ### Library changes
12+
13+ #### rbs collection
14+
15+ * Delay loading ` Gemfile ` for unbundled environments ([ #1161 ] ( https://github.com/ruby/rbs/pull/1161 ) )
16+
17+ ### Miscellaneous
18+
19+ * Fix collection tests ([ #1159 ] ( https://github.com/ruby/rbs/pull/1159 ) , [ #1162 ] ( https://github.com/ruby/rbs/pull/1162 ) )
20+
521## 2.8.0 (2022-11-24)
622
723### Signature updates
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- rbs (2.8.0 )
4+ rbs (2.8.1 )
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 "
4+ VERSION = "2.8.1 "
55end
You can’t perform that action at this time.
0 commit comments