Skip to content

Commit e99b5ba

Browse files
committed
v2.0.2
1 parent 1430e94 commit e99b5ba

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## HEAD (unreleased)
22

3+
## 2.0.2
4+
35
- Fix: Separate multiple parser errors by newline. (https://github.com/ruby/syntax_suggest/pull/232)
46

57
## 2.0.1

lib/syntax_suggest/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SyntaxSuggest
4-
VERSION = "2.0.1"
4+
VERSION = "2.0.2"
55
end

0 commit comments

Comments
 (0)