From a68399c92eddd8f27f42df3e830136c770ca474f Mon Sep 17 00:00:00 2001 From: Myriad-Dreamin <35292584+Myriad-Dreamin@users.noreply.github.com> Date: Thu, 13 Mar 2025 06:16:09 +0800 Subject: [PATCH] build: bump version to 0.13.6 (#1492) * build: bump version to 0.13.6 * build: update cargo.lock * build: update assets * build: update changelog --- Cargo.lock | 30 ++++++++++++------------ Cargo.toml | 14 +++++------ contrib/html/editors/vscode/package.json | 2 +- crates/tinymist-core/package.json | 2 +- editors/vscode/CHANGELOG.md | 2 +- editors/vscode/package.json | 2 +- syntaxes/textmate/package.json | 2 +- 7 files changed, 27 insertions(+), 27 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 091bd4b6d..1a4717430 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -747,7 +747,7 @@ dependencies = [ [[package]] name = "crityp" -version = "0.13.6-rc2" +version = "0.13.6" dependencies = [ "anyhow", "base64", @@ -3727,7 +3727,7 @@ dependencies = [ [[package]] name = "sync-lsp" -version = "0.13.6-rc2" +version = "0.13.6" dependencies = [ "anyhow", "clap", @@ -3858,7 +3858,7 @@ dependencies = [ [[package]] name = "tests" -version = "0.13.6-rc2" +version = "0.13.6" dependencies = [ "insta", "lsp-server", @@ -3981,7 +3981,7 @@ dependencies = [ [[package]] name = "tinymist" -version = "0.13.6-rc2" +version = "0.13.6" dependencies = [ "anyhow", "async-trait", @@ -4025,7 +4025,7 @@ dependencies = [ "strum", "sync-lsp", "temp-env", - "tinymist-assets 0.13.6-rc2 (registry+https://github.com/rust-lang/crates.io-index)", + "tinymist-assets 0.13.6 (registry+https://github.com/rust-lang/crates.io-index)", "tinymist-core", "tinymist-project", "tinymist-query", @@ -4069,17 +4069,17 @@ dependencies = [ [[package]] name = "tinymist-assets" -version = "0.13.6-rc2" +version = "0.13.6" [[package]] name = "tinymist-assets" -version = "0.13.6-rc2" +version = "0.13.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54e31f81723cf49688bdebc0fc72d394a5fbbe4833b876803465893fbd09cc4" +checksum = "de48f293e5a63eac130b8af6081386100efbb0087e087304f83c244aa451bace" [[package]] name = "tinymist-bench-font-load" -version = "0.13.6-rc2" +version = "0.13.6" dependencies = [ "divan", "tinymist", @@ -4087,7 +4087,7 @@ dependencies = [ [[package]] name = "tinymist-core" -version = "0.13.6-rc2" +version = "0.13.6" dependencies = [ "anyhow", "cargo_metadata", @@ -4136,7 +4136,7 @@ dependencies = [ [[package]] name = "tinymist-query" -version = "0.13.6-rc2" +version = "0.13.6" dependencies = [ "anyhow", "base64", @@ -4190,7 +4190,7 @@ dependencies = [ [[package]] name = "tinymist-render" -version = "0.13.6-rc2" +version = "0.13.6" dependencies = [ "base64", "log", @@ -4582,7 +4582,7 @@ checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" [[package]] name = "typlite" -version = "0.13.6-rc2" +version = "0.13.6" dependencies = [ "base64", "clap", @@ -4801,7 +4801,7 @@ dependencies = [ [[package]] name = "typst-preview" -version = "0.13.6-rc2" +version = "0.13.6" dependencies = [ "clap", "comemo", @@ -4815,7 +4815,7 @@ dependencies = [ "reflexo-vec2svg", "serde", "serde_json", - "tinymist-assets 0.13.6-rc2 (registry+https://github.com/rust-lang/crates.io-index)", + "tinymist-assets 0.13.6 (registry+https://github.com/rust-lang/crates.io-index)", "tinymist-std", "tokio", "typst", diff --git a/Cargo.toml b/Cargo.toml index b381f9575..4bb8b51b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [workspace.package] description = "An integrated language service for Typst." authors = ["Myriad-Dreamin ", "Nathan Varner"] -version = "0.13.6-rc2" +version = "0.13.6" edition = "2021" readme = "README.md" license = "Apache-2.0" @@ -174,7 +174,7 @@ insta = { version = "1.39", features = ["glob"] } # Our Own Crates -tinymist-assets = { version = "=0.13.6-rc2" } +tinymist-assets = { version = "=0.13.6" } tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.13.2" } tinymist-std = { path = "./crates/tinymist-std/", version = "0.13.2", default-features = false } @@ -185,11 +185,11 @@ tinymist-task = { path = "./crates/tinymist-task/", version = "0.13.2" } tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.13.2" } typst-shim = { path = "./crates/typst-shim", version = "0.13.2" } -tinymist-core = { path = "./crates/tinymist-core/", version = "0.13.6-rc2", default-features = false } -tinymist = { path = "./crates/tinymist/", version = "0.13.6-rc2" } -tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.6-rc2" } -tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.6-rc2" } -typst-preview = { path = "./crates/typst-preview", version = "0.13.6-rc2" } +tinymist-core = { path = "./crates/tinymist-core/", version = "0.13.6", default-features = false } +tinymist = { path = "./crates/tinymist/", version = "0.13.6" } +tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.6" } +tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.6" } +typst-preview = { path = "./crates/typst-preview", version = "0.13.6" } [profile.dev.package.insta] opt-level = 3 diff --git a/contrib/html/editors/vscode/package.json b/contrib/html/editors/vscode/package.json index 43c4d730e..986df8e3f 100644 --- a/contrib/html/editors/vscode/package.json +++ b/contrib/html/editors/vscode/package.json @@ -1,6 +1,6 @@ { "name": "tinymist-vscode-html", - "version": "0.13.6-rc2", + "version": "0.13.6", "description": "Extending Typst with HTML features", "keywords": [ "html", diff --git a/crates/tinymist-core/package.json b/crates/tinymist-core/package.json index beca2f913..f4e84bb51 100644 --- a/crates/tinymist-core/package.json +++ b/crates/tinymist-core/package.json @@ -1,6 +1,6 @@ { "name": "tinymist-web", - "version": "0.13.6-rc2", + "version": "0.13.6", "description": "WASM module for running tinymist analyzers in JavaScript environment.", "author": "Myriad-Dreamin", "license": "Apache-2.0", diff --git a/editors/vscode/CHANGELOG.md b/editors/vscode/CHANGELOG.md index 36e95cf71..972039a87 100644 --- a/editors/vscode/CHANGELOG.md +++ b/editors/vscode/CHANGELOG.md @@ -6,7 +6,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how The changelog lines unspecified with authors are all written by the @Myriad-Dreamin. -## v0.13.6 - [2025-03-12] +## v0.13.6 - [2025-03-13] We has provided more ways of previewing documents for editors having poor lsp support. - Default Preview: The editors supporting lsp commands, e.g. neovim and helix, can use [`tinymist.startDefaultPreview`](https://myriad-dreamin.github.io/tinymist/feature/preview.html#label-default-preview) to start a browsing preview server directly. diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 026a7cf13..5208b3648 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -1,6 +1,6 @@ { "name": "tinymist", - "version": "0.13.6-rc2", + "version": "0.13.6", "description": "An integrated language service for Typst", "keywords": [ "typst", diff --git a/syntaxes/textmate/package.json b/syntaxes/textmate/package.json index 8497745cf..22dc5ee62 100644 --- a/syntaxes/textmate/package.json +++ b/syntaxes/textmate/package.json @@ -1,6 +1,6 @@ { "name": "typst-textmate", - "version": "0.13.6-rc2", + "version": "0.13.6", "private": true, "scripts": { "compile": "npx tsc && node ./dist/main.mjs",