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 22
33## master
44
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+
534## 2.7.0 (2022-10-07)
635
736### Signature updates
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- rbs (2.7.0 )
4+ rbs (2.8.0.pre.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.7.0 "
4+ VERSION = "2.8.0.pre.1 "
55end
You can’t perform that action at this time.
0 commit comments