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 1
1
## HEAD (unreleased)
2
2
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 ).
6
8
7
9
## 1.1.0
8
10
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- syntax_suggest (1.1 .0 )
4
+ syntax_suggest (2.0 .0 )
5
5
6
6
GEM
7
7
remote: https://rubygems.org/
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module SyntaxSuggest
4
- VERSION = "1.1 .0"
4
+ VERSION = "2.0 .0"
5
5
end
You can’t perform that action at this time.
0 commit comments