diff --git a/CHANGELOG.md b/CHANGELOG.md index 395b10e..35290b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # 0.7.0 - Update to Typst v0.8.0 +- Fix not loading on mobile # 0.6.0 - Improve error reporting diff --git a/compiler/Cargo.lock b/compiler/Cargo.lock index cd35835..77a9dbf 100644 --- a/compiler/Cargo.lock +++ b/compiler/Cargo.lock @@ -846,7 +846,7 @@ checksum = "e25be21376a772d15f97ae789845340a9651d3c4246ff5ebb6a2b35f9c37bd31" [[package]] name = "obsidian-typst" -version = "0.6.0" +version = "0.7.0" dependencies = [ "ariadne", "chrono", diff --git a/compiler/Cargo.toml b/compiler/Cargo.toml index 5887686..b118e59 100644 --- a/compiler/Cargo.toml +++ b/compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "obsidian-typst" -version = "0.6.0" +version = "0.7.0" authors = ["fenjalien"] edition = "2021" description = "Renders `typst` code blocks to images with Typst." diff --git a/manifest.json b/manifest.json index adf6a85..735c4c8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "typst", "name": "Typst Renderer", - "version": "0.6.0", + "version": "0.7.0", "minAppVersion": "1.0.0", "description": "Renders `typst` code blocks and math blocks with Typst.", "author": "fenjalien", diff --git a/package.json b/package.json index 57e2987..978238e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-typst-plugin", - "version": "0.6.0", + "version": "0.7.0", "description": "Renders `typst` code blocks to images with Typst.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 88755ac..9ee5dbc 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.7.0": "1.0.0", "0.6.0": "1.0.0", "0.5.1": "1.0.0", "0.5.0": "1.0.0",