File tree Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master
4
4
5
+ ## 2.8.0.pre.1 (2022-11-17)
6
+
7
+ ### Signature updates
8
+
9
+ * ` IO ` ([ #1132 ] ( https://github.com/ruby/rbs/pull/1132 ) )
10
+ * ` IO::Buffer ` ([ #1137 ] ( https://github.com/ruby/rbs/pull/1137 ) )
11
+ * ` IPAddr ` ([ #1131 ] ( https://github.com/ruby/rbs/pull/1131 ) , [ #1151 ] ( https://github.com/ruby/rbs/pull/1151 ) )
12
+ * ` Socket ` ([ #1133 ] ( https://github.com/ruby/rbs/pull/1133 ) , [ #1134 ] ( https://github.com/ruby/rbs/pull/1134 ) , [ #1151 ] ( https://github.com/ruby/rbs/pull/1151 ) )
13
+ * ` Yaml ` ([ #1141 ] ( https://github.com/ruby/rbs/pull/1141 ) )
14
+
15
+ ### Library changes
16
+
17
+ * Make type/method-type parser more flexible about input position ([ #1140 ] ( https://github.com/ruby/rbs/pull/1140 ) )
18
+ * Raise an error if a class definition inherits a module ([ #1152 ] ( https://github.com/ruby/rbs/pull/1152 ) )
19
+ * Fix SEGV when parse with invalid content ([ #1146 ] ( https://github.com/ruby/rbs/pull/1146 ) )
20
+
21
+ #### rbs collection
22
+
23
+ * Support to call collection command in child dir ([ #1025 ] ( https://github.com/ruby/rbs/pull/1025 ) , [ #1135 ] ( https://github.com/ruby/rbs/pull/1135 ) )
24
+
25
+ ### Miscellaneous
26
+
27
+ * Remove ` rubygems ` from ` rbs ` ’s manifest ([ #1150 ] ( https://github.com/ruby/rbs/pull/1150 ) )
28
+ * Use ` untyped ` instead of ` any ` in ` syntax.md ` ([ #1147 ] ( https://github.com/ruby/rbs/pull/1147 ) )
29
+ * Fix typo and grammatical mistakes in "Generics" section of ` syntax.md ` ([ #1127 ] ( https://github.com/ruby/rbs/pull/1127 ) )
30
+ * Add a doc that describes tools related to RBS ([ #1125 ] ( https://github.com/ruby/rbs/pull/1125 ) )
31
+ * Add self-type-bindings to ` syntax.md ` ([ #1123 ] ( https://github.com/ruby/rbs/pull/1123 ) )
32
+ * Add documentation for ` ... ` in ` syntax.md ` ([ #1120 ] ( https://github.com/ruby/rbs/pull/1120 ) )
33
+
5
34
## 2.7.0 (2022-10-07)
6
35
7
36
### Signature updates
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- rbs (2.7.0 )
4
+ rbs (2.8.0.pre.1 )
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.7.0 "
4
+ VERSION = "2.8.0.pre.1 "
5
5
end
You can’t perform that action at this time.
0 commit comments