We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27bc27 commit a81b92fCopy full SHA for a81b92f
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## HEAD (unreleased)
2
3
+## 2.0.3
4
+
5
- Fix: Correctly identify trailing slashes when using Prism > 1.8.0. (https://github.com/ruby/syntax_suggest/pull/243)
6
- Internal: Add tests to multiple versions of prism
7
lib/syntax_suggest/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SyntaxSuggest
- VERSION = "2.0.2"
+ VERSION = "2.0.3"
end
0 commit comments