From 9f76a3ff1b20f958075a51a6a8d3050529cd4cf1 Mon Sep 17 00:00:00 2001 From: Jack <34489450+fenjalien@users.noreply.github.com> Date: Sun, 5 Nov 2023 00:31:22 +0000 Subject: [PATCH] bump version --- compiler/Cargo.lock | 2 +- compiler/Cargo.toml | 4 ++-- manifest.json | 2 +- package.json | 2 +- versions.json | 1 + 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/compiler/Cargo.lock b/compiler/Cargo.lock index cef3b1e..405c6aa 100644 --- a/compiler/Cargo.lock +++ b/compiler/Cargo.lock @@ -967,7 +967,7 @@ checksum = "e25be21376a772d15f97ae789845340a9651d3c4246ff5ebb6a2b35f9c37bd31" [[package]] name = "obsidian-typst" -version = "0.7.1" +version = "0.8.0" dependencies = [ "ariadne", "chrono", diff --git a/compiler/Cargo.toml b/compiler/Cargo.toml index 7f09bbf..1421a9f 100644 --- a/compiler/Cargo.toml +++ b/compiler/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "obsidian-typst" -version = "0.7.1" +version = "0.8.0" authors = ["fenjalien"] edition = "2021" description = "Renders `typst` code blocks to images with Typst." readme = "README.md" -rust-version = "1.70" +rust-version = "1.72.1" [lib] crate-type = ["cdylib"] diff --git a/manifest.json b/manifest.json index 7e7311e..c05edfd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "typst", "name": "Typst Renderer", - "version": "0.7.1", + "version": "0.8.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 be6c89a..aedbc30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-typst-plugin", - "version": "0.8alpha", + "version": "0.8.0", "description": "Renders `typst` code blocks to images with Typst.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 3422fd1..d8989c7 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.8.0": "1.0.0", "0.7.1": "1.0.0", "0.7.0": "1.0.0", "0.6.0": "1.0.0",