Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Vanusanik committed Jan 20, 2023
1 parent 90e5222 commit 03fe04a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

## 0.2.0
## 0.2.0 - 230120

### Added

Expand All @@ -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

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 03fe04a

Please sign in to comment.