diff --git a/CHANGELOG.md b/CHANGELOG.md index 8511db5..2bd1b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -## 0.2.0 +## 0.2.0 - 230120 ### Added @@ -17,6 +17,8 @@ you need to hover again to see it. - Fixed bad package when package does not exist - Fixed lisp parser, `REFERENCE_LABEL` requiring `datum`, now it is stand alone - Fixed line comment highlight color +- Fixed highlight on braces + - no longer using standard BracePair but instead use internal brace matcher to prevent auto brace inserting ## 0.1.1 - 230115 diff --git a/README.md b/README.md index 4706140..46e681b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![License: APACHE](https://badgen.net/github/license/enerccio/SLT?color=green)](LICENSE) [![0.1.0](https://badgen.net/github/milestones/enerccio/SLT/1)](https://github.com/enerccio/SLT/milestone/1) [![0.2.0](https://badgen.net/github/milestones/enerccio/SLT/2)](https://github.com/enerccio/SLT/milestone/2) +[![0.3.0](https://badgen.net/github/milestones/enerccio/SLT/4)](https://github.com/enerccio/SLT/milestone/4) ![Image](src/main/resources/logo/logo.svg)