build: bump version to 0.13.24-rc1 (#2043)

+tag v0.13.24-rc1
This commit is contained in:
Myriad-Dreamin 2025-08-19 11:56:46 +08:00 committed by GitHub
parent 05280aec4d
commit f964d9d91a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 80 additions and 44 deletions

44
Cargo.lock generated
View file

@ -766,7 +766,7 @@ dependencies = [
[[package]]
name = "crityp"
version = "0.13.22"
version = "0.13.24-rc1"
dependencies = [
"anyhow",
"base64",
@ -3865,7 +3865,7 @@ dependencies = [
[[package]]
name = "sync-ls"
version = "0.13.22"
version = "0.13.24-rc1"
dependencies = [
"anyhow",
"clap",
@ -3998,7 +3998,7 @@ dependencies = [
[[package]]
name = "tests"
version = "0.13.22"
version = "0.13.24-rc1"
dependencies = [
"insta",
"insta-cmd",
@ -4122,7 +4122,7 @@ dependencies = [
[[package]]
name = "tinymist"
version = "0.13.22"
version = "0.13.24-rc1"
dependencies = [
"anyhow",
"async-trait",
@ -4166,7 +4166,7 @@ dependencies = [
"strum",
"sync-ls",
"temp-env",
"tinymist-assets 0.13.22 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-assets 0.13.24-rc1 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-debug",
"tinymist-l10n",
"tinymist-preview",
@ -4198,7 +4198,7 @@ dependencies = [
[[package]]
name = "tinymist-analysis"
version = "0.13.22"
version = "0.13.24-rc1"
dependencies = [
"comemo",
"dashmap",
@ -4231,17 +4231,17 @@ dependencies = [
[[package]]
name = "tinymist-assets"
version = "0.13.22"
version = "0.13.24-rc1"
[[package]]
name = "tinymist-assets"
version = "0.13.22"
version = "0.13.24-rc1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67f57fcd7639be764c7493e02c7119208982057bf313f64b3595814ec99d0431"
checksum = "fdb1a547a4e5334f7de3e566da869a80040f94515fb9f82e3fc7fc9ee796ecd5"
[[package]]
name = "tinymist-bench-font-load"
version = "0.13.22"
version = "0.13.24-rc1"
dependencies = [
"divan",
"tinymist",
@ -4249,7 +4249,7 @@ dependencies = [
[[package]]
name = "tinymist-cli"
version = "0.13.22"
version = "0.13.24-rc1"
dependencies = [
"anyhow",
"async-trait",
@ -4292,7 +4292,7 @@ dependencies = [
"sync-ls",
"temp-env",
"tinymist",
"tinymist-assets 0.13.22 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-assets 0.13.24-rc1 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-debug",
"tinymist-l10n",
"tinymist-preview",
@ -4323,7 +4323,7 @@ dependencies = [
[[package]]
name = "tinymist-dap"
version = "0.13.22"
version = "0.13.24-rc1"
dependencies = [
"base64",
"comemo",
@ -4342,7 +4342,7 @@ dependencies = [
[[package]]
name = "tinymist-debug"
version = "0.13.22"
version = "0.13.24-rc1"
dependencies = [
"base64",
"comemo",
@ -4382,7 +4382,7 @@ dependencies = [
[[package]]
name = "tinymist-lint"
version = "0.13.22"
version = "0.13.24-rc1"
dependencies = [
"comemo",
"insta",
@ -4423,7 +4423,7 @@ dependencies = [
[[package]]
name = "tinymist-preview"
version = "0.13.22"
version = "0.13.24-rc1"
dependencies = [
"clap",
"comemo",
@ -4436,7 +4436,7 @@ dependencies = [
"reflexo-vec2svg",
"serde",
"serde_json",
"tinymist-assets 0.13.22 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-assets 0.13.24-rc1 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-std",
"tokio",
"typst",
@ -4475,7 +4475,7 @@ dependencies = [
[[package]]
name = "tinymist-query"
version = "0.13.22"
version = "0.13.24-rc1"
dependencies = [
"anyhow",
"base64",
@ -4529,7 +4529,7 @@ dependencies = [
[[package]]
name = "tinymist-render"
version = "0.13.22"
version = "0.13.24-rc1"
dependencies = [
"base64",
"log",
@ -4612,7 +4612,7 @@ dependencies = [
[[package]]
name = "tinymist-tests"
version = "0.13.22"
version = "0.13.24-rc1"
dependencies = [
"comemo",
"insta",
@ -4973,7 +4973,7 @@ checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
[[package]]
name = "typlite"
version = "0.13.22"
version = "0.13.24-rc1"
dependencies = [
"base64",
"clap",
@ -5759,7 +5759,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.48.0",
"windows-sys 0.59.0",
]
[[package]]

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.22"
version = "0.13.24-rc1"
edition = "2024"
readme = "README.md"
license = "Apache-2.0"
@ -187,7 +187,7 @@ insta-cmd = "0.6.0"
# Our Own Crates
tinymist-assets = { version = "=0.13.22" }
tinymist-assets = { version = "=0.13.24-rc1" }
tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.13.16" }
tinymist-l10n = { path = "./crates/tinymist-l10n/", version = "0.13.16" }
@ -201,16 +201,16 @@ typst-shim = { path = "./crates/typst-shim", version = "0.13.16" }
tinymist-tests = { path = "./crates/tinymist-tests/" }
sync-ls = { path = "./crates/sync-lsp", version = "0.13.22" }
tinymist = { path = "./crates/tinymist/", version = "0.13.22", default-features = false }
tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.13.22" }
tinymist-cli = { path = "./crates/tinymist-cli/", version = "0.13.22" }
tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.13.22" }
tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.13.22" }
tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.22" }
tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.22" }
tinymist-preview = { path = "./crates/typst-preview", version = "0.13.22" }
typlite = { path = "./crates/typlite", version = "0.13.22", default-features = false }
sync-ls = { path = "./crates/sync-lsp", version = "0.13.24-rc1" }
tinymist = { path = "./crates/tinymist/", version = "0.13.24-rc1", default-features = false }
tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.13.24-rc1" }
tinymist-cli = { path = "./crates/tinymist-cli/", version = "0.13.24-rc1" }
tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.13.24-rc1" }
tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.13.24-rc1" }
tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.24-rc1" }
tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.24-rc1" }
tinymist-preview = { path = "./crates/typst-preview", version = "0.13.24-rc1" }
typlite = { path = "./crates/typlite", version = "0.13.24-rc1", default-features = false }
[profile.dev.package.insta]
opt-level = 3

View file

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

View file

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

View file

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

View file

@ -14,12 +14,12 @@ else
exit 1
fi
(cd ../.. && docker build -t myriaddreamin/tinymist:0.13.22 .)
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.13.22 -f lazyvim-dev/Dockerfile .)
(cd ../.. && docker build -t myriaddreamin/tinymist:0.13.24-rc1 .)
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.13.24-rc1 -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.22 \
-w /home/runner/dev myriaddreamin/tinymist-nvim:0.13.24-rc1 \
$DOCKER_ARGS

View file

@ -15,7 +15,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.22 as tinymist
FROM myriaddreamin/tinymist:0.13.24-rc1 as tinymist
FROM debian:12

View file

@ -9,6 +9,42 @@ 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-2024.md](https://github.com/Myriad-Dreamin/tinymist/blob/main/CHANGELOG/CHANGELOG-2024.md)
## v0.13.24 - [2025-08-23]
### Server
* Compiled tinymist crate for wasm32 target in https://github.com/Myriad-Dreamin/tinymist/pull/2025, https://github.com/Myriad-Dreamin/tinymist/pull/2026, https://github.com/Myriad-Dreamin/tinymist/pull/1947, and https://github.com/Myriad-Dreamin/tinymist/pull/2027
* Using `tinymist_std::time` for wasm32 targets in https://github.com/Myriad-Dreamin/tinymist/pull/2028
* Added js transport to sync-ls in https://github.com/Myriad-Dreamin/tinymist/pull/2029
### tinymist.lock
* (Fix) Ensuring that the lockfile is respected in https://github.com/Myriad-Dreamin/tinymist/pull/2000
* Added docs about project model (tinymist.lock) in https://github.com/Myriad-Dreamin/tinymist/pull/2009, https://github.com/Myriad-Dreamin/tinymist/pull/2011, https://github.com/Myriad-Dreamin/tinymist/pull/2012, and https://github.com/Myriad-Dreamin/tinymist/pull/2016
### Formatting
* Added range formatting support to the language server by @QuadnucYard in https://github.com/Myriad-Dreamin/tinymist/pull/1984
### Completion
* Completing both `#f` and `#f.paren` in some cases (#1940) in https://github.com/Myriad-Dreamin/tinymist/pull/2014
### Rename
* Renaming labels in https://github.com/Myriad-Dreamin/tinymist/pull/1858
### Docstring
* (Fix) Cleaning typlite markers from doc strings by @hongjr03 in https://github.com/Myriad-Dreamin/tinymist/pull/2017
* Exporting package docs to json format and render to html in https://github.com/Myriad-Dreamin/tinymist/pull/1809
### On Enter
* Made enter feature in list or enum work in https://github.com/Myriad-Dreamin/tinymist/pull/2022
**Full Changelog**: https://github.com/Myriad-Dreamin/tinymist/compare/v0.13.22...v0.13.24
## v0.13.22 - [2025-08-06]
* Bumped MSRV to 1.88 in https://github.com/Myriad-Dreamin/tinymist/pull/1993

View file

@ -1,6 +1,6 @@
{
"name": "tinymist",
"version": "0.13.22",
"version": "0.13.24-rc1",
"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.22 .",
"build:docker": "docker build -t myriaddreamin/tinymist:0.13.24-rc1 .",
"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",
"extract:l10n": "yarn extract:l10n:ts && yarn extract:l10n:rs",

View file

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