Skip to content

Commit 3cd67bc

Browse files
committed
v1.0.1
1 parent 2c18689 commit 3cd67bc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## HEAD (unreleased)
22

3+
## 1.0.1
4+
35
- Replace `` with `>` in error output for compatability with more fonts (https://github.com/ruby/syntax_suggest/pull/161)
46

57
## 1.0.0 (Library renamed to syntax_suggest )

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
syntax_suggest (1.0.0)
4+
syntax_suggest (1.0.1)
55

66
GEM
77
remote: https://rubygems.org/

lib/syntax_suggest/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SyntaxSuggest
4-
VERSION = "1.0.0"
4+
VERSION = "1.0.1"
55
end

0 commit comments

Comments
 (0)