We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aaca2d commit cc1616bCopy full SHA for cc1616b
2 files changed
CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to the "typst-math" extension will be documented in this fil
4
5
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6
7
+## [v0.1.0]
8
+- Migration to a rust backend
9
+- Improve performance and rendering
10
+- Fix issues #8, #12-18
11
+
12
## [v0.0.12]
13
- Fix issue #11
14
- Correction of spelling mistakes
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "typst-math",
3
"displayName": "Typst Math",
- "version": "0.0.12",
+ "version": "0.1.0",
"engines": {
"vscode": "^1.85.0"
},
0 commit comments