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.
1 parent 2c18689 commit 3cd67bcCopy full SHA for 3cd67bc
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## HEAD (unreleased)
2
3
+## 1.0.1
4
+
5
- Replace `❯` with `>` in error output for compatability with more fonts (https://github.com/ruby/syntax_suggest/pull/161)
6
7
## 1.0.0 (Library renamed to syntax_suggest )
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- syntax_suggest (1.0.0)
+ syntax_suggest (1.0.1)
GEM
remote: https://rubygems.org/
lib/syntax_suggest/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SyntaxSuggest
- VERSION = "1.0.0"
+ VERSION = "1.0.1"
end
0 commit comments