From 4c63d52e5db276c2a53c548bcfd5e9b67834492a Mon Sep 17 00:00:00 2001 From: Loz Calver Date: Mon, 5 Jul 2021 17:11:44 +0100 Subject: [PATCH] 1.0.1 release --- CHANGELOG.md | 13 ++++++++----- build.gradle | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b820573..50ac7a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,17 @@ ### Added ### Changed -- Improved `BraceMatcher` to highlight start / end of tags as well as braces/parentheses (#18) ### Deprecated ### Removed +### Fixed + +## [1.0.1] +### Changed +- Improved `BraceMatcher` to highlight start / end of tags as well as braces/parentheses (#18) + ### Fixed - Slightly more permissive lexing of translation entities (#20) @@ -17,12 +22,10 @@ Initial stable release ## [0.3.3] - ### Changed - Block stack in parser shouldn’t be static (#16) ## [0.3.2] - ### Fixed - Intermittent issues indexing projects (#14) @@ -43,6 +46,7 @@ Initial stable release ### Fixed - Issue with background indexing of templates (#3) + ## [0.2.3] ### Fixed - Further issues with how $Variables without {} braces were handled @@ -71,11 +75,10 @@ Initial stable release ### Fixed - Issues with include statements/references triggering exceptions -## [0.0.2] +## [0.0.2] ### Fixed - Some include files wouldn’t be recognised as valid in SS4 projects ## [0.0.1] - - Initial release diff --git a/build.gradle b/build.gradle index 8dfdddf..1756787 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'com.kinglozzer' -version '1.0.0' +version '1.0.1' sourceSets { main.java.srcDirs = ['src/main/java', 'src/main/gen']