Skip to content

Commit cc1616b

Browse files
v0.1.0
1 parent 7aaca2d commit cc1616b

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to the "typst-math" extension will be documented in this fil
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [v0.1.0]
8+
- Migration to a rust backend
9+
- Improve performance and rendering
10+
- Fix issues #8, #12-18
11+
712
## [v0.0.12]
813
- Fix issue #11
914
- Correction of spelling mistakes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typst-math",
33
"displayName": "Typst Math",
4-
"version": "0.0.12",
4+
"version": "0.1.0",
55
"engines": {
66
"vscode": "^1.85.0"
77
},

0 commit comments

Comments
 (0)