File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## master
44
5+ ## 3.3.1 (2023-11-21)
6+
7+ ### Library changes
8+
9+ * Allow to use RBS in symlinked tree ([ #1624 ] ( https://github.com/ruby/rbs/pull/1624 ) )
10+ * Should escape if param name include not simple-word ([ #1618 ] ( https://github.com/ruby/rbs/pull/1618 ) )
11+
12+ #### rbs collection
13+
14+ * Load Bundler lazily ([ #1612 ] ( https://github.com/ruby/rbs/pull/1612 ) )
15+
16+ ### Miscellaneous
17+
18+ * Stop using ` bundle ` command ([ #1619 ] ( https://github.com/ruby/rbs/pull/1619 ) )
19+
520## 3.3.0 (2023-11-09)
621
722### Library changes
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- rbs (3.3.0 )
4+ rbs (3.3.1 )
55 abbrev
66
77PATH
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module RBS
4- VERSION = "3.3.0 "
4+ VERSION = "3.3.1 "
55end
You can’t perform that action at this time.
0 commit comments