Skip to content

Commit 53b2a1b

Browse files
committed
v2.0.0
1 parent 63f8d1d commit 53b2a1b

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
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

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
syntax_suggest (1.1.0)
4+
syntax_suggest (2.0.0)
55

66
GEM
77
remote: https://rubygems.org/

lib/syntax_suggest/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SyntaxSuggest
4-
VERSION = "1.1.0"
4+
VERSION = "2.0.0"
55
end

0 commit comments

Comments
 (0)