From 25df3ab491b23b01756b34c29e6a485e1ab91d24 Mon Sep 17 00:00:00 2001 From: schneems Date: Mon, 16 Nov 2020 17:03:16 -0600 Subject: [PATCH] 0.1.3 --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- lib/syntax_search/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 889b80b..0ecd4b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## HEAD (unreleased) +## 0.1.3 + +- Internal refactor (https://github.com/zombocom/syntax_search/pull/13) + ## 0.1.2 - Codeblocks in output are now indented with 4 spaces and "code fences" are removed (https://github.com/zombocom/syntax_search/pull/11) diff --git a/Gemfile.lock b/Gemfile.lock index a341000..0a2f29d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - syntax_search (0.1.2) + syntax_search (0.1.3) parser GEM diff --git a/lib/syntax_search/version.rb b/lib/syntax_search/version.rb index b5700cd..9452849 100644 --- a/lib/syntax_search/version.rb +++ b/lib/syntax_search/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SyntaxErrorSearch - VERSION = "0.1.2" + VERSION = "0.1.3" end