build: bump version to 0.13.16-rc3 (#1928)
Some checks failed
tinymist::ci / Duplicate Actions Detection (push) Has been cancelled
tinymist::ci / prepare-build (push) Has been cancelled
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Has been cancelled
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Has been cancelled
tinymist::gh_pages / build-gh-pages (push) Has been cancelled
tinymist::ci / build-vscode (push) Has been cancelled
tinymist::ci / build-vscode-others (push) Has been cancelled
tinymist::ci / publish-vscode (push) Has been cancelled
tinymist::ci / build-binary (push) Has been cancelled
tinymist::ci / build-vsc-assets (push) Has been cancelled
tinymist::ci / E2E Tests (win32-x64 on windows-latest) (push) Has been cancelled
tinymist::ci / E2E Tests (darwin-arm64 on macos-latest) (push) Has been cancelled
tinymist::ci / E2E Tests (linux-x64 on ubuntu-22.04) (push) Has been cancelled
tinymist::ci / E2E Tests (linux-x64 on ubuntu-latest) (push) Has been cancelled
tinymist::ci / E2E Tests (win32-x64 on windows-2022) (push) Has been cancelled

* build: bump version to 0.13.16-rc3

* build: update asset crates
This commit is contained in:
Myriad-Dreamin 2025-07-26 17:54:25 +08:00 committed by GitHub
parent ca22cf9e05
commit 9181619e95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 69 additions and 69 deletions

58
Cargo.lock generated
View file

@ -753,7 +753,7 @@ dependencies = [
[[package]]
name = "crityp"
version = "0.13.16-rc2"
version = "0.13.16-rc3"
dependencies = [
"anyhow",
"base64",
@ -3796,7 +3796,7 @@ dependencies = [
[[package]]
name = "sync-ls"
version = "0.13.16-rc2"
version = "0.13.16-rc3"
dependencies = [
"anyhow",
"clap",
@ -3925,7 +3925,7 @@ dependencies = [
[[package]]
name = "tests"
version = "0.13.16-rc2"
version = "0.13.16-rc3"
dependencies = [
"insta",
"lsp-types",
@ -4048,7 +4048,7 @@ dependencies = [
[[package]]
name = "tinymist"
version = "0.13.16-rc2"
version = "0.13.16-rc3"
dependencies = [
"anyhow",
"async-trait",
@ -4090,7 +4090,7 @@ dependencies = [
"strum",
"sync-ls",
"temp-env",
"tinymist-assets 0.13.16-rc2 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-assets 0.13.16-rc3 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-core",
"tinymist-debug",
"tinymist-l10n",
@ -4122,7 +4122,7 @@ dependencies = [
[[package]]
name = "tinymist-analysis"
version = "0.13.16-rc2"
version = "0.13.16-rc3"
dependencies = [
"comemo",
"dashmap",
@ -4155,17 +4155,17 @@ dependencies = [
[[package]]
name = "tinymist-assets"
version = "0.13.16-rc2"
version = "0.13.16-rc3"
[[package]]
name = "tinymist-assets"
version = "0.13.16-rc2"
version = "0.13.16-rc3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6de63e8f2f95e4d01ae378da5d838435d66f3b84708e766089bccd00a1673ef0"
checksum = "37b144cbfd523ede1c83c5ecb30c4e343781c3a3c65705290aa2214297088ad3"
[[package]]
name = "tinymist-bench-font-load"
version = "0.13.16-rc2"
version = "0.13.16-rc3"
dependencies = [
"divan",
"tinymist",
@ -4173,7 +4173,7 @@ dependencies = [
[[package]]
name = "tinymist-core"
version = "0.13.16-rc2"
version = "0.13.16-rc3"
dependencies = [
"anyhow",
"cargo_metadata",
@ -4185,7 +4185,7 @@ dependencies = [
[[package]]
name = "tinymist-dap"
version = "0.13.16-rc2"
version = "0.13.16-rc3"
dependencies = [
"base64",
"comemo",
@ -4204,7 +4204,7 @@ dependencies = [
[[package]]
name = "tinymist-debug"
version = "0.13.16-rc2"
version = "0.13.16-rc3"
dependencies = [
"base64",
"comemo",
@ -4222,7 +4222,7 @@ dependencies = [
[[package]]
name = "tinymist-derive"
version = "0.13.16-rc2"
version = "0.13.16-rc3"
dependencies = [
"quote",
"syn 2.0.104",
@ -4230,7 +4230,7 @@ dependencies = [
[[package]]
name = "tinymist-l10n"
version = "0.13.16-rc2"
version = "0.13.16-rc3"
dependencies = [
"anyhow",
"clap",
@ -4244,7 +4244,7 @@ dependencies = [
[[package]]
name = "tinymist-lint"
version = "0.13.16-rc2"
version = "0.13.16-rc3"
dependencies = [
"comemo",
"insta",
@ -4258,7 +4258,7 @@ dependencies = [
[[package]]
name = "tinymist-package"
version = "0.13.16-rc2"
version = "0.13.16-rc3"
dependencies = [
"base64",
"comemo",
@ -4285,7 +4285,7 @@ dependencies = [
[[package]]
name = "tinymist-preview"
version = "0.13.16-rc2"
version = "0.13.16-rc3"
dependencies = [
"clap",
"comemo",
@ -4298,7 +4298,7 @@ dependencies = [
"reflexo-vec2svg",
"serde",
"serde_json",
"tinymist-assets 0.13.16-rc2 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-assets 0.13.16-rc3 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-std",
"tokio",
"typst",
@ -4309,7 +4309,7 @@ dependencies = [
[[package]]
name = "tinymist-project"
version = "0.13.16-rc2"
version = "0.13.16-rc3"
dependencies = [
"anyhow",
"clap",
@ -4337,7 +4337,7 @@ dependencies = [
[[package]]
name = "tinymist-query"
version = "0.13.16-rc2"
version = "0.13.16-rc3"
dependencies = [
"anyhow",
"base64",
@ -4391,7 +4391,7 @@ dependencies = [
[[package]]
name = "tinymist-render"
version = "0.13.16-rc2"
version = "0.13.16-rc3"
dependencies = [
"base64",
"log",
@ -4404,7 +4404,7 @@ dependencies = [
[[package]]
name = "tinymist-std"
version = "0.13.16-rc2"
version = "0.13.16-rc3"
dependencies = [
"anyhow",
"base64",
@ -4441,7 +4441,7 @@ dependencies = [
[[package]]
name = "tinymist-task"
version = "0.13.16-rc2"
version = "0.13.16-rc3"
dependencies = [
"anyhow",
"clap",
@ -4474,7 +4474,7 @@ dependencies = [
[[package]]
name = "tinymist-tests"
version = "0.13.16-rc2"
version = "0.13.16-rc3"
dependencies = [
"comemo",
"insta",
@ -4487,7 +4487,7 @@ dependencies = [
[[package]]
name = "tinymist-vfs"
version = "0.13.16-rc2"
version = "0.13.16-rc3"
dependencies = [
"comemo",
"ecow",
@ -4505,7 +4505,7 @@ dependencies = [
[[package]]
name = "tinymist-world"
version = "0.13.16-rc2"
version = "0.13.16-rc3"
dependencies = [
"anyhow",
"chrono",
@ -4833,7 +4833,7 @@ checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
[[package]]
name = "typlite"
version = "0.13.16-rc2"
version = "0.13.16-rc3"
dependencies = [
"base64",
"clap",
@ -5092,7 +5092,7 @@ dependencies = [
[[package]]
name = "typst-shim"
version = "0.13.16-rc2"
version = "0.13.16-rc3"
dependencies = [
"cfg-if",
"comemo",

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -2,7 +2,7 @@
name = "typst-shim"
description = "A compatibility layer for Typst release and mainline versions."
authors = ["The Typst Project Developers"]
version = "0.13.16-rc2"
version = "0.13.16-rc3"
edition.workspace = true
license.workspace = true
homepage.workspace = true

View file

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

View file

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

View file

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

View file

@ -19,7 +19,7 @@
"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:l10n": "yarn extract:l10n && node scripts/build-l10n.mjs",
"build:docker": "docker build -t myriaddreamin/tinymist:0.13.16-rc2 .",
"build:docker": "docker build -t myriaddreamin/tinymist:0.13.16-rc3 .",
"extract:l10n": "yarn extract:l10n:ts && yarn extract:l10n:rs",
"extract:l10n:ts": "cargo run --release --bin tinymist-l10n -- --kind ts --dir ./editors/vscode --output ./locales/tinymist-vscode-rt.toml",
"extract:l10n:rs": "cargo run --release --bin tinymist-l10n -- --kind rs --dir ./crates --output ./locales/tinymist-rt.toml && rimraf ./crates/tinymist-assets/src/tinymist-rt.toml && cpr ./locales/tinymist-rt.toml ./crates/tinymist-assets/src/tinymist-rt.toml",

View file

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