Skip to content

Commit b9ef6da

Browse files
authored
Merge pull request #14 from zombocom/0.1.3
0.1.3
2 parents 8942a4a + 25df3ab commit b9ef6da

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## 0.1.3
4+
5+
- Internal refactor (https://github.com/zombocom/syntax_search/pull/13)
6+
37
## 0.1.2
48

59
- Codeblocks in output are now indented with 4 spaces and "code fences" are removed (https://github.com/zombocom/syntax_search/pull/11)

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_search (0.1.2)
4+
syntax_search (0.1.3)
55
parser
66

77
GEM

lib/syntax_search/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 SyntaxErrorSearch
4-
VERSION = "0.1.2"
4+
VERSION = "0.1.3"
55
end

0 commit comments

Comments
 (0)