From d2343940577c3feb12931c59a228105d8a21aacb Mon Sep 17 00:00:00 2001 From: supersurviveur Date: Sun, 26 May 2024 17:24:41 +0200 Subject: [PATCH] v0.1.3 --- CHANGELOG.md | 5 +++++ package.json | 2 +- typst-math-rust/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72e7a53..d83a936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to the "typst-math" extension will be documented in this fil Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [v0.1.3] +- Improve performances +- Fix rendering issues +- Start adding tests + ## [v0.1.2] - Add incremental rendering diff --git a/package.json b/package.json index 847d7ef..73048bf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "typst-math", "displayName": "Typst Math", - "version": "0.1.2", + "version": "0.1.3", "engines": { "vscode": "^1.85.0" }, diff --git a/typst-math-rust/Cargo.toml b/typst-math-rust/Cargo.toml index c53fae8..95e6b1e 100644 --- a/typst-math-rust/Cargo.toml +++ b/typst-math-rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typst-math-rust" -version = "0.1.2" +version = "0.1.3" authors = ["supersurviveur "] edition = "2018"