From a4f2b80215ed628c2c563128d15b8f0504e98cd7 Mon Sep 17 00:00:00 2001 From: schneems Date: Thu, 12 Nov 2020 10:41:30 -0600 Subject: [PATCH] v0.1.2 --- CHANGELOG.md | 2 ++ lib/syntax_search/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e183e55..889b80b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## HEAD (unreleased) +## 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) - "Unmatched end" and "missing end" not generate different error text instructions (https://github.com/zombocom/syntax_search/pull/10) diff --git a/lib/syntax_search/version.rb b/lib/syntax_search/version.rb index b49bfe6..b5700cd 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.1" + VERSION = "0.1.2" end