We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1430e94 + e99b5ba commit e6dc9ffCopy full SHA for e6dc9ff
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## HEAD (unreleased)
2
3
+## 2.0.2
4
+
5
- Fix: Separate multiple parser errors by newline. (https://github.com/ruby/syntax_suggest/pull/232)
6
7
## 2.0.1
lib/syntax_suggest/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SyntaxSuggest
- VERSION = "2.0.1"
+ VERSION = "2.0.2"
end
0 commit comments