build: bump version to 0.13.24 (#2085)
Some checks are pending
tinymist::auto_tag / auto-tag (push) Waiting to run
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / announce (push) Blocked by required conditions
tinymist::ci / build (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run

+tag v0.13.24
This commit is contained in:
Myriad-Dreamin 2025-08-26 16:15:03 +08:00 committed by GitHub
parent 856a1e4485
commit 2fc5d919e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 72 additions and 71 deletions

60
Cargo.lock generated
View file

@ -766,7 +766,7 @@ dependencies = [
[[package]] [[package]]
name = "crityp" name = "crityp"
version = "0.13.24-rc3" version = "0.13.24"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64", "base64",
@ -3865,7 +3865,7 @@ dependencies = [
[[package]] [[package]]
name = "sync-ls" name = "sync-ls"
version = "0.13.24-rc3" version = "0.13.24"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",
@ -3998,7 +3998,7 @@ dependencies = [
[[package]] [[package]]
name = "tests" name = "tests"
version = "0.13.24-rc3" version = "0.13.24"
dependencies = [ dependencies = [
"insta", "insta",
"insta-cmd", "insta-cmd",
@ -4122,7 +4122,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist" name = "tinymist"
version = "0.13.24-rc3" version = "0.13.24"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",
@ -4166,7 +4166,7 @@ dependencies = [
"strum", "strum",
"sync-ls", "sync-ls",
"temp-env", "temp-env",
"tinymist-assets 0.13.24-rc3 (registry+https://github.com/rust-lang/crates.io-index)", "tinymist-assets 0.13.24 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-debug", "tinymist-debug",
"tinymist-l10n", "tinymist-l10n",
"tinymist-preview", "tinymist-preview",
@ -4198,7 +4198,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-analysis" name = "tinymist-analysis"
version = "0.13.24-rc3" version = "0.13.24"
dependencies = [ dependencies = [
"comemo", "comemo",
"dashmap", "dashmap",
@ -4231,17 +4231,17 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-assets" name = "tinymist-assets"
version = "0.13.24-rc3" version = "0.13.24"
[[package]] [[package]]
name = "tinymist-assets" name = "tinymist-assets"
version = "0.13.24-rc3" version = "0.13.24"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0915650248fcb9fd0151f794b77b5db8476ad8d9aef7157e7f23b5e0e7a3cb16" checksum = "4a05969a34f184dd34ce3f2c94abd10410a39b56d0f945099ee0fbe381c9c03a"
[[package]] [[package]]
name = "tinymist-bench-font-load" name = "tinymist-bench-font-load"
version = "0.13.24-rc3" version = "0.13.24"
dependencies = [ dependencies = [
"divan", "divan",
"tinymist", "tinymist",
@ -4249,7 +4249,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-cli" name = "tinymist-cli"
version = "0.13.24-rc3" version = "0.13.24"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",
@ -4292,7 +4292,7 @@ dependencies = [
"sync-ls", "sync-ls",
"temp-env", "temp-env",
"tinymist", "tinymist",
"tinymist-assets 0.13.24-rc3 (registry+https://github.com/rust-lang/crates.io-index)", "tinymist-assets 0.13.24 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-debug", "tinymist-debug",
"tinymist-l10n", "tinymist-l10n",
"tinymist-preview", "tinymist-preview",
@ -4323,7 +4323,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-dap" name = "tinymist-dap"
version = "0.13.24-rc3" version = "0.13.24"
dependencies = [ dependencies = [
"base64", "base64",
"comemo", "comemo",
@ -4342,7 +4342,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-debug" name = "tinymist-debug"
version = "0.13.24-rc3" version = "0.13.24"
dependencies = [ dependencies = [
"base64", "base64",
"comemo", "comemo",
@ -4360,7 +4360,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-derive" name = "tinymist-derive"
version = "0.13.24-rc3" version = "0.13.24"
dependencies = [ dependencies = [
"quote", "quote",
"syn 2.0.104", "syn 2.0.104",
@ -4368,7 +4368,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-l10n" name = "tinymist-l10n"
version = "0.13.24-rc3" version = "0.13.24"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",
@ -4382,7 +4382,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-lint" name = "tinymist-lint"
version = "0.13.24-rc3" version = "0.13.24"
dependencies = [ dependencies = [
"comemo", "comemo",
"insta", "insta",
@ -4396,7 +4396,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-package" name = "tinymist-package"
version = "0.13.24-rc3" version = "0.13.24"
dependencies = [ dependencies = [
"base64", "base64",
"comemo", "comemo",
@ -4423,7 +4423,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-preview" name = "tinymist-preview"
version = "0.13.24-rc3" version = "0.13.24"
dependencies = [ dependencies = [
"clap", "clap",
"comemo", "comemo",
@ -4436,7 +4436,7 @@ dependencies = [
"reflexo-vec2svg", "reflexo-vec2svg",
"serde", "serde",
"serde_json", "serde_json",
"tinymist-assets 0.13.24-rc3 (registry+https://github.com/rust-lang/crates.io-index)", "tinymist-assets 0.13.24 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-std", "tinymist-std",
"tokio", "tokio",
"typst", "typst",
@ -4447,7 +4447,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-project" name = "tinymist-project"
version = "0.13.24-rc3" version = "0.13.24"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",
@ -4475,7 +4475,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-query" name = "tinymist-query"
version = "0.13.24-rc3" version = "0.13.24"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64", "base64",
@ -4529,7 +4529,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-render" name = "tinymist-render"
version = "0.13.24-rc3" version = "0.13.24"
dependencies = [ dependencies = [
"base64", "base64",
"log", "log",
@ -4542,7 +4542,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-std" name = "tinymist-std"
version = "0.13.24-rc3" version = "0.13.24"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64", "base64",
@ -4579,7 +4579,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-task" name = "tinymist-task"
version = "0.13.24-rc3" version = "0.13.24"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",
@ -4612,7 +4612,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-tests" name = "tinymist-tests"
version = "0.13.24-rc3" version = "0.13.24"
dependencies = [ dependencies = [
"comemo", "comemo",
"insta", "insta",
@ -4625,7 +4625,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-vfs" name = "tinymist-vfs"
version = "0.13.24-rc3" version = "0.13.24"
dependencies = [ dependencies = [
"comemo", "comemo",
"ecow", "ecow",
@ -4643,7 +4643,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-world" name = "tinymist-world"
version = "0.13.24-rc3" version = "0.13.24"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"chrono", "chrono",
@ -4973,7 +4973,7 @@ checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
[[package]] [[package]]
name = "typlite" name = "typlite"
version = "0.13.24-rc3" version = "0.13.24"
dependencies = [ dependencies = [
"base64", "base64",
"clap", "clap",
@ -5232,7 +5232,7 @@ dependencies = [
[[package]] [[package]]
name = "typst-shim" name = "typst-shim"
version = "0.13.24-rc3" version = "0.13.24"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"comemo", "comemo",

View file

@ -1,7 +1,7 @@
[workspace.package] [workspace.package]
description = "An integrated language service for Typst." description = "An integrated language service for Typst."
authors = ["Myriad-Dreamin <camiyoru@gmail.com>", "Nathan Varner"] authors = ["Myriad-Dreamin <camiyoru@gmail.com>", "Nathan Varner"]
version = "0.13.24-rc3" version = "0.13.24"
edition = "2024" edition = "2024"
readme = "README.md" readme = "README.md"
license = "Apache-2.0" license = "Apache-2.0"
@ -187,30 +187,30 @@ insta-cmd = "0.6.0"
# Our Own Crates # Our Own Crates
tinymist-assets = { version = "=0.13.24-rc3" } tinymist-assets = { version = "=0.13.24" }
tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.13.24-rc3" } tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.13.24" }
tinymist-l10n = { path = "./crates/tinymist-l10n/", version = "0.13.24-rc3" } tinymist-l10n = { path = "./crates/tinymist-l10n/", version = "0.13.24" }
tinymist-package = { path = "./crates/tinymist-package/", version = "0.13.24-rc3" } tinymist-package = { path = "./crates/tinymist-package/", version = "0.13.24" }
tinymist-std = { path = "./crates/tinymist-std/", version = "0.13.24-rc3", default-features = false } tinymist-std = { path = "./crates/tinymist-std/", version = "0.13.24", default-features = false }
tinymist-vfs = { path = "./crates/tinymist-vfs/", version = "0.13.24-rc3", default-features = false } tinymist-vfs = { path = "./crates/tinymist-vfs/", version = "0.13.24", default-features = false }
tinymist-world = { path = "./crates/tinymist-world/", version = "0.13.24-rc3", default-features = false } tinymist-world = { path = "./crates/tinymist-world/", version = "0.13.24", default-features = false }
tinymist-project = { path = "./crates/tinymist-project/", version = "0.13.24-rc3" } tinymist-project = { path = "./crates/tinymist-project/", version = "0.13.24" }
tinymist-task = { path = "./crates/tinymist-task/", version = "0.13.24-rc3" } tinymist-task = { path = "./crates/tinymist-task/", version = "0.13.24" }
typst-shim = { path = "./crates/typst-shim", version = "0.13.24-rc3" } typst-shim = { path = "./crates/typst-shim", version = "0.13.24" }
tinymist-tests = { path = "./crates/tinymist-tests/" } tinymist-tests = { path = "./crates/tinymist-tests/" }
sync-ls = { path = "./crates/sync-lsp", version = "0.13.24-rc3" } sync-ls = { path = "./crates/sync-lsp", version = "0.13.24" }
tinymist = { path = "./crates/tinymist/", version = "0.13.24-rc3", default-features = false } tinymist = { path = "./crates/tinymist/", version = "0.13.24", default-features = false }
tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.13.24-rc3" } tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.13.24" }
tinymist-cli = { path = "./crates/tinymist-cli/", version = "0.13.24-rc3" } tinymist-cli = { path = "./crates/tinymist-cli/", version = "0.13.24" }
tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.13.24-rc3" } tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.13.24" }
tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.13.24-rc3" } tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.13.24" }
tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.24-rc3" } tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.24" }
tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.24-rc3" } tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.24" }
tinymist-preview = { path = "./crates/typst-preview", version = "0.13.24-rc3" } tinymist-preview = { path = "./crates/typst-preview", version = "0.13.24" }
typlite = { path = "./crates/typlite", version = "0.13.24-rc3", default-features = false } typlite = { path = "./crates/typlite", version = "0.13.24", default-features = false }
[profile.dev.package.insta] [profile.dev.package.insta]
opt-level = 3 opt-level = 3

View file

@ -1,6 +1,6 @@
{ {
"name": "tinymist-vscode-html", "name": "tinymist-vscode-html",
"version": "0.13.24-rc3", "version": "0.13.24",
"description": "Extending Typst with HTML features", "description": "Extending Typst with HTML features",
"keywords": [ "keywords": [
"html", "html",

View file

@ -26,7 +26,7 @@
pname = "tinymist"; pname = "tinymist";
# Please update the corresponding vscode extension when updating # Please update the corresponding vscode extension when updating
# this derivation. # this derivation.
version = "0.13.24-rc3"; version = "0.13.24";
src = pkgs.lib.cleanSource ../../..; src = pkgs.lib.cleanSource ../../..;

View file

@ -4,7 +4,7 @@ description = "Provides derive for tinymist."
categories = ["compilers"] categories = ["compilers"]
keywords = ["typst"] keywords = ["typst"]
# group: world # group: world
version = "0.13.24-rc3" version = "0.13.24"
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -4,7 +4,7 @@ description = "Localization support for tinymist and typst."
categories = ["compilers", "command-line-utilities"] categories = ["compilers", "command-line-utilities"]
keywords = ["language", "typst"] keywords = ["language", "typst"]
# group: world # group: world
version = "0.13.24-rc3" version = "0.13.24"
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -4,7 +4,7 @@ description = "Tinymist package support for Typst."
categories = ["compilers"] categories = ["compilers"]
keywords = ["api", "language", "typst"] keywords = ["api", "language", "typst"]
# group: world # group: world
version = "0.13.24-rc3" version = "0.13.24"
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -4,7 +4,7 @@ description = "Project model of typst for tinymist."
categories = ["compilers"] categories = ["compilers"]
keywords = ["language", "typst"] keywords = ["language", "typst"]
# group: world # group: world
version = "0.13.24-rc3" version = "0.13.24"
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -2,7 +2,7 @@
name = "tinymist-std" name = "tinymist-std"
description = "Additional functions wrapping Rust's standard library." description = "Additional functions wrapping Rust's standard library."
# group: world # group: world
version = "0.13.24-rc3" version = "0.13.24"
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -4,7 +4,7 @@ description = "Task model of typst for tinymist."
categories = ["compilers"] categories = ["compilers"]
keywords = ["language", "typst"] keywords = ["language", "typst"]
# group: world # group: world
version = "0.13.24-rc3" version = "0.13.24"
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -2,7 +2,7 @@
name = "tinymist-vfs" name = "tinymist-vfs"
description = "Vfs for tinymist." description = "Vfs for tinymist."
# group: world # group: world
version = "0.13.24-rc3" version = "0.13.24"
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -4,7 +4,7 @@ description = "Typst's World implementation for tinymist."
categories = ["compilers"] categories = ["compilers"]
keywords = ["language", "typst"] keywords = ["language", "typst"]
# group: world # group: world
version = "0.13.24-rc3" version = "0.13.24"
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -1,6 +1,6 @@
{ {
"name": "tinymist-web", "name": "tinymist-web",
"version": "0.13.24-rc3", "version": "0.13.24",
"description": "WASM module for running tinymist analyzers in JavaScript environment.", "description": "WASM module for running tinymist analyzers in JavaScript environment.",
"author": "Myriad-Dreamin", "author": "Myriad-Dreamin",
"license": "Apache-2.0", "license": "Apache-2.0",

View file

@ -3,7 +3,7 @@ name = "typst-shim"
description = "A compatibility layer for Typst release and mainline versions." description = "A compatibility layer for Typst release and mainline versions."
authors = ["The Typst Project Developers"] authors = ["The Typst Project Developers"]
# group: world # group: world
version = "0.13.24-rc3" version = "0.13.24"
edition.workspace = true edition.workspace = true
license.workspace = true license.workspace = true
homepage.workspace = true homepage.workspace = true

View file

@ -14,12 +14,12 @@ else
exit 1 exit 1
fi fi
(cd ../.. && docker build -t myriaddreamin/tinymist:0.13.24-rc3 .) (cd ../.. && docker build -t myriaddreamin/tinymist:0.13.24 .)
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.13.24-rc3 -f lazyvim-dev/Dockerfile .) (cd samples && docker build -t myriaddreamin/tinymist-nvim:0.13.24 -f lazyvim-dev/Dockerfile .)
docker run --rm -it \ docker run --rm -it \
-v $PWD/../../tests/workspaces:/home/runner/dev/workspaces \ -v $PWD/../../tests/workspaces:/home/runner/dev/workspaces \
-v $PWD:/home/runner/dev \ -v $PWD:/home/runner/dev \
-v $PWD/target/.local:/home/runner/.local \ -v $PWD/target/.local:/home/runner/.local \
-v $PWD/target/.cache:/home/runner/.cache \ -v $PWD/target/.cache:/home/runner/.cache \
-w /home/runner/dev myriaddreamin/tinymist-nvim:0.13.24-rc3 \ -w /home/runner/dev myriaddreamin/tinymist-nvim:0.13.24 \
$DOCKER_ARGS $DOCKER_ARGS

View file

@ -15,7 +15,7 @@ RUN git clone --filter=blob:none --branch stable https://github.com/neovim/neovi
USER root USER root
RUN cd neovim/build && cpack -G DEB && dpkg -i nvim-linux-x86_64.deb RUN cd neovim/build && cpack -G DEB && dpkg -i nvim-linux-x86_64.deb
FROM myriaddreamin/tinymist:0.13.24-rc3 as tinymist FROM myriaddreamin/tinymist:0.13.24 as tinymist
FROM debian:12 FROM debian:12

View file

@ -9,7 +9,7 @@ The changelog lines unspecified with authors are all written by the @Myriad-Drea
- [CHANGELOG-2025.md](https://github.com/Myriad-Dreamin/tinymist/blob/main/editors/vscode/CHANGELOG.md) - [CHANGELOG-2025.md](https://github.com/Myriad-Dreamin/tinymist/blob/main/editors/vscode/CHANGELOG.md)
- [CHANGELOG-2024.md](https://github.com/Myriad-Dreamin/tinymist/blob/main/CHANGELOG/CHANGELOG-2024.md) - [CHANGELOG-2024.md](https://github.com/Myriad-Dreamin/tinymist/blob/main/CHANGELOG/CHANGELOG-2024.md)
## v0.13.24 - [2025-08-23] ## v0.13.24 - [2025-08-26]
### Server ### Server

View file

@ -1,6 +1,6 @@
{ {
"name": "tinymist", "name": "tinymist",
"version": "0.13.24-rc3", "version": "0.13.24",
"description": "%description%", "description": "%description%",
"keywords": [ "keywords": [
"typst", "typst",

View file

@ -19,7 +19,7 @@
"build:editor-tools": "cd tools/editor-tools/ && yarn run build", "build:editor-tools": "cd tools/editor-tools/ && yarn run build",
"build:preview": "cd tools/typst-preview-frontend && yarn run build && rimraf ../../crates/tinymist-assets/src/typst-preview.html && cpr ./dist/index.html ../../crates/tinymist-assets/src/typst-preview.html", "build:preview": "cd tools/typst-preview-frontend && yarn run build && rimraf ../../crates/tinymist-assets/src/typst-preview.html && cpr ./dist/index.html ../../crates/tinymist-assets/src/typst-preview.html",
"build:l10n": "yarn extract:l10n && node scripts/build-l10n.mjs", "build:l10n": "yarn extract:l10n && node scripts/build-l10n.mjs",
"build:docker": "docker build -t myriaddreamin/tinymist:0.13.24-rc3 .", "build:docker": "docker build -t myriaddreamin/tinymist:0.13.24 .",
"build:web": "cd crates/tinymist && yarn build && rimraf ../../editors/vscode/out/tinymist_bg.wasm && cpr pkg/tinymist_bg.wasm ../../editors/vscode/out/tinymist_bg.wasm", "build:web": "cd crates/tinymist && yarn build && rimraf ../../editors/vscode/out/tinymist_bg.wasm && cpr pkg/tinymist_bg.wasm ../../editors/vscode/out/tinymist_bg.wasm",
"watch:web": "cd crates/tinymist && yarn watch", "watch:web": "cd crates/tinymist && yarn watch",
"extract:l10n": "yarn extract:l10n:ts && yarn extract:l10n:rs", "extract:l10n": "yarn extract:l10n:ts && yarn extract:l10n:rs",
@ -42,6 +42,7 @@
"generate-ci": "dist generate", "generate-ci": "dist generate",
"generate-nix": "nix run github:cargo2nix/cargo2nix --locked", "generate-nix": "nix run github:cargo2nix/cargo2nix --locked",
"project-build-script:ps1": "cargo run --bin tinymist -- generate-script -o ./scripts/project-build.ps1", "project-build-script:ps1": "cargo run --bin tinymist -- generate-script -o ./scripts/project-build.ps1",
"release": "node scripts/release.mjs",
"draft-release": "node scripts/draft-release.mjs" "draft-release": "node scripts/draft-release.mjs"
}, },
"dependencies": {}, "dependencies": {},

View file

@ -1,6 +1,6 @@
{ {
"name": "typst-textmate", "name": "typst-textmate",
"version": "0.13.24-rc3", "version": "0.13.24",
"private": true, "private": true,
"scripts": { "scripts": {
"compile": "npx tsc && node ./dist/main.mjs", "compile": "npx tsc && node ./dist/main.mjs",