File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 22
33## master
44
5+ ## 3.0.3 (2023-03-07)
6+
7+ ### Library changes
8+
9+ * Fix ` DefinitionBuilder ` ([ \# 1268] ( https://github.com/ruby/rbs/pull/1268 ) )
10+
11+ #### rbs collection
12+
13+ * Skip dependencies not included in ` Gemfile.lock ` ([ \# 1266] ( https://github.com/ruby/rbs/pull/1266 ) )
14+
15+ ### Miscellaneous
16+
17+ * Skip RBS validation on Ruby CI ([ \# 1264] ( https://github.com/ruby/rbs/pull/1264 ) , [ \# 1263] ( https://github.com/ruby/rbs/pull/1263 ) )
18+
519## 3.0.2 (2023-03-01)
620
721### Library changes
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- rbs (3.0.2 )
4+ rbs (3.0.3 )
55
66PATH
77 remote: test/assets/test-gem
@@ -115,4 +115,4 @@ DEPENDENCIES
115115 test-unit
116116
117117BUNDLED WITH
118- 2.4.6
118+ 2.4.7
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module RBS
4- VERSION = "3.0.2 "
4+ VERSION = "3.0.3 "
55end
You can’t perform that action at this time.
0 commit comments