File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11## HEAD (unreleased)
22
3- - Support prism parser (https://github.com/ruby/syntax_suggest/pull/208 ).
4- - No longer supports EOL versions of Ruby. (https://github.com/ruby/syntax_suggest/pull/210 )
5- - Handle Ruby 3.3 new eval source location format (https://github.com/ruby/syntax_suggest/pull/200 ).
3+ ## 2.0.0
4+
5+ - Changed: No longer supports EOL versions of Ruby. (https://github.com/ruby/syntax_suggest/pull/210 )
6+ - Added: Support prism parser (https://github.com/ruby/syntax_suggest/pull/208 ).
7+ - Added: Handle Ruby 3.3 new eval source location format (https://github.com/ruby/syntax_suggest/pull/200 ).
68
79## 1.1.0
810
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- syntax_suggest (1.1 .0 )
4+ syntax_suggest (2.0 .0 )
55
66GEM
77 remote: https://rubygems.org/
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module SyntaxSuggest
4- VERSION = "1.1 .0"
4+ VERSION = "2.0 .0"
55end
You can’t perform that action at this time.
0 commit comments