We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1430e94 commit e99b5baCopy full SHA for e99b5ba
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