File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master
4
4
5
+ ## 2.8.2 (2022-12-21)
6
+
7
+ ### Signature updates
8
+
9
+ * ` YAML.load ` ([ #1170 ] ( https://github.com/ruby/rbs/pull/1170 ) )
10
+
11
+ ### Library changes
12
+
13
+ * Add the methods of the ` prepend ` ed module itself ([ #1182 ] ( https://github.com/ruby/rbs/pull/1182 ) )
14
+
15
+ ### Miscellaneous
16
+
17
+ * Add ` TestSkip ` module to skip tests that fails in ruby CI ([ #1167 ] ( https://github.com/ruby/rbs/pull/1167 ) )
18
+
5
19
## 2.8.1 (2022-11-28)
6
20
7
21
### Signature updates
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- rbs (2.8.1 )
4
+ rbs (2.8.2 )
5
5
6
6
PATH
7
7
remote: test/assets/test-gem
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module RBS
4
- VERSION = "2.8.1 "
4
+ VERSION = "2.8.2 "
5
5
end
You can’t perform that action at this time.
0 commit comments