mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
build: bump version to 0.13.33-rc1
This commit is contained in:
parent
8f83fde43e
commit
62997fc0c8
10 changed files with 53 additions and 47 deletions
44
Cargo.lock
generated
44
Cargo.lock
generated
|
|
@ -810,7 +810,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "crityp"
|
||||
version = "0.13.31"
|
||||
version = "0.13.33-rc1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
|
|
@ -3496,7 +3496,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "reflexo"
|
||||
version = "0.6.1-rc3"
|
||||
source = "git+https://github.com/ParaN3xus/typst.ts/?rev=2174d72fe8d1f60ed373d104c2a0fcd2408ce94a#2174d72fe8d1f60ed373d104c2a0fcd2408ce94a"
|
||||
source = "git+https://github.com/ParaN3xus/typst.ts/?rev=04d3053a749b62649f90f6cc5440826d0937e3ce#04d3053a749b62649f90f6cc5440826d0937e3ce"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"bitvec",
|
||||
|
|
@ -3522,7 +3522,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "reflexo-typst"
|
||||
version = "0.6.1-rc3"
|
||||
source = "git+https://github.com/ParaN3xus/typst.ts/?rev=2174d72fe8d1f60ed373d104c2a0fcd2408ce94a#2174d72fe8d1f60ed373d104c2a0fcd2408ce94a"
|
||||
source = "git+https://github.com/ParaN3xus/typst.ts/?rev=04d3053a749b62649f90f6cc5440826d0937e3ce#04d3053a749b62649f90f6cc5440826d0937e3ce"
|
||||
dependencies = [
|
||||
"codespan-reporting",
|
||||
"comemo",
|
||||
|
|
@ -3554,7 +3554,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "reflexo-typst2vec"
|
||||
version = "0.6.1-rc3"
|
||||
source = "git+https://github.com/ParaN3xus/typst.ts/?rev=2174d72fe8d1f60ed373d104c2a0fcd2408ce94a#2174d72fe8d1f60ed373d104c2a0fcd2408ce94a"
|
||||
source = "git+https://github.com/ParaN3xus/typst.ts/?rev=04d3053a749b62649f90f6cc5440826d0937e3ce#04d3053a749b62649f90f6cc5440826d0937e3ce"
|
||||
dependencies = [
|
||||
"bitvec",
|
||||
"comemo",
|
||||
|
|
@ -3582,7 +3582,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "reflexo-vec2svg"
|
||||
version = "0.6.1-rc3"
|
||||
source = "git+https://github.com/ParaN3xus/typst.ts/?rev=2174d72fe8d1f60ed373d104c2a0fcd2408ce94a#2174d72fe8d1f60ed373d104c2a0fcd2408ce94a"
|
||||
source = "git+https://github.com/ParaN3xus/typst.ts/?rev=04d3053a749b62649f90f6cc5440826d0937e3ce#04d3053a749b62649f90f6cc5440826d0937e3ce"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"comemo",
|
||||
|
|
@ -4389,7 +4389,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sync-ls"
|
||||
version = "0.13.31"
|
||||
version = "0.13.33-rc1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
|
@ -4517,7 +4517,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tests"
|
||||
version = "0.13.31"
|
||||
version = "0.13.33-rc1"
|
||||
dependencies = [
|
||||
"insta",
|
||||
"insta-cmd",
|
||||
|
|
@ -4641,7 +4641,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist"
|
||||
version = "0.13.31"
|
||||
version = "0.13.33-rc1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
|
@ -4715,7 +4715,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-analysis"
|
||||
version = "0.13.31"
|
||||
version = "0.13.33-rc1"
|
||||
dependencies = [
|
||||
"comemo",
|
||||
"dashmap",
|
||||
|
|
@ -4754,11 +4754,11 @@ checksum = "486bd04966a5672f6d3db902dd19b83c9a75093d1e2e08fe3f9d380e8c8138d1"
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-assets"
|
||||
version = "0.13.31"
|
||||
version = "0.13.33-rc1"
|
||||
|
||||
[[package]]
|
||||
name = "tinymist-bench-font-load"
|
||||
version = "0.13.31"
|
||||
version = "0.13.33-rc1"
|
||||
dependencies = [
|
||||
"divan",
|
||||
"tinymist",
|
||||
|
|
@ -4766,7 +4766,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-core"
|
||||
version = "0.13.31"
|
||||
version = "0.13.33-rc1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"cargo_metadata",
|
||||
|
|
@ -4780,7 +4780,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-dap"
|
||||
version = "0.13.31"
|
||||
version = "0.13.33-rc1"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"comemo",
|
||||
|
|
@ -4799,7 +4799,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-debug"
|
||||
version = "0.13.31"
|
||||
version = "0.13.33-rc1"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"comemo",
|
||||
|
|
@ -4839,7 +4839,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-lint"
|
||||
version = "0.13.31"
|
||||
version = "0.13.33-rc1"
|
||||
dependencies = [
|
||||
"comemo",
|
||||
"insta",
|
||||
|
|
@ -4880,7 +4880,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-preview"
|
||||
version = "0.13.31"
|
||||
version = "0.13.33-rc1"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"comemo",
|
||||
|
|
@ -4932,7 +4932,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-query"
|
||||
version = "0.13.31"
|
||||
version = "0.13.33-rc1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
|
|
@ -4986,7 +4986,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-render"
|
||||
version = "0.13.31"
|
||||
version = "0.13.33-rc1"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"log",
|
||||
|
|
@ -5070,7 +5070,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-tests"
|
||||
version = "0.13.31"
|
||||
version = "0.13.33-rc1"
|
||||
dependencies = [
|
||||
"comemo",
|
||||
"insta",
|
||||
|
|
@ -5440,7 +5440,7 @@ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
|||
|
||||
[[package]]
|
||||
name = "typlite"
|
||||
version = "0.13.31"
|
||||
version = "0.13.33-rc1"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"clap",
|
||||
|
|
@ -5484,7 +5484,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "typst-ansi-hl"
|
||||
version = "0.4.0"
|
||||
source = "git+https://github.com/ParaN3xus/typst-ansi-hl.git?rev=7e2fedc6b5fbf8ea0d733dbe1bc65e70c79b56f2#7e2fedc6b5fbf8ea0d733dbe1bc65e70c79b56f2"
|
||||
source = "git+https://github.com/ParaN3xus/typst-ansi-hl.git?rev=e1123242c62d3ca5da7fb4e7ec0a00bf2aafb614#e1123242c62d3ca5da7fb4e7ec0a00bf2aafb614"
|
||||
dependencies = [
|
||||
"ansi_colours",
|
||||
"syntect",
|
||||
|
|
@ -5845,7 +5845,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "typstyle-core"
|
||||
version = "0.13.17"
|
||||
source = "git+https://github.com/ParaN3xus/typstyle/?rev=eec719dad0a2feb0023d223730563f845408b971#eec719dad0a2feb0023d223730563f845408b971"
|
||||
source = "git+https://github.com/ParaN3xus/typstyle/?rev=370c86a922f5ceff50e7ed9e6982dddee3285232#370c86a922f5ceff50e7ed9e6982dddee3285232"
|
||||
dependencies = [
|
||||
"ecow",
|
||||
"itertools 0.14.0",
|
||||
|
|
|
|||
32
Cargo.toml
32
Cargo.toml
|
|
@ -1,7 +1,7 @@
|
|||
[workspace.package]
|
||||
description = "An integrated language service for Typst."
|
||||
authors = ["Myriad-Dreamin <camiyoru@gmail.com>", "Nathan Varner"]
|
||||
version = "0.13.31"
|
||||
version = "0.13.33-rc1"
|
||||
edition = "2021"
|
||||
readme = "README.md"
|
||||
license = "Apache-2.0"
|
||||
|
|
@ -199,16 +199,16 @@ typst-shim = { path = "./crates/typst-shim", version = "0.13.17" }
|
|||
|
||||
tinymist-tests = { path = "./crates/tinymist-tests/" }
|
||||
|
||||
sync-ls = { path = "./crates/sync-lsp", version = "0.13.31" }
|
||||
tinymist = { path = "./crates/tinymist/", version = "0.13.31" }
|
||||
tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.13.31" }
|
||||
tinymist-core = { path = "./crates/tinymist-core/", version = "0.13.31", default-features = false }
|
||||
tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.13.31" }
|
||||
tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.13.31" }
|
||||
tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.31" }
|
||||
tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.31" }
|
||||
tinymist-preview = { path = "./crates/typst-preview", version = "0.13.31" }
|
||||
typlite = { path = "./crates/typlite", version = "0.13.31", default-features = false }
|
||||
sync-ls = { path = "./crates/sync-lsp", version = "0.13.33-rc1" }
|
||||
tinymist = { path = "./crates/tinymist/", version = "0.13.33-rc1" }
|
||||
tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.13.33-rc1" }
|
||||
tinymist-core = { path = "./crates/tinymist-core/", version = "0.13.33-rc1", default-features = false }
|
||||
tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.13.33-rc1" }
|
||||
tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.13.33-rc1" }
|
||||
tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.33-rc1" }
|
||||
tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.33-rc1" }
|
||||
tinymist-preview = { path = "./crates/typst-preview", version = "0.13.33-rc1" }
|
||||
typlite = { path = "./crates/typlite", version = "0.13.33-rc1", default-features = false }
|
||||
|
||||
[profile.dev.package.insta]
|
||||
opt-level = 3
|
||||
|
|
@ -286,8 +286,8 @@ typst-pdf = { git = "https://github.com/ParaN3xus/typst.git", rev = "575b4b779c2
|
|||
typst-syntax = { git = "https://github.com/ParaN3xus/typst.git", rev = "575b4b779c29bffc439513491ffbeb4ed917bcc7" }
|
||||
typst-eval = { git = "https://github.com/ParaN3xus/typst.git", rev = "575b4b779c29bffc439513491ffbeb4ed917bcc7" }
|
||||
|
||||
typst-ansi-hl = { git = "https://github.com/ParaN3xus/typst-ansi-hl.git", rev = "7e2fedc6b5fbf8ea0d733dbe1bc65e70c79b56f2" }
|
||||
typstyle-core = { git = "https://github.com/ParaN3xus/typstyle/", rev = "eec719dad0a2feb0023d223730563f845408b971" }
|
||||
typst-ansi-hl = { git = "https://github.com/ParaN3xus/typst-ansi-hl.git", rev = "e1123242c62d3ca5da7fb4e7ec0a00bf2aafb614" }
|
||||
typstyle-core = { git = "https://github.com/ParaN3xus/typstyle/", rev = "370c86a922f5ceff50e7ed9e6982dddee3285232" }
|
||||
|
||||
# These patches use local `typst` for development.
|
||||
# typst = { path = "../typst/crates/typst" }
|
||||
|
|
@ -303,9 +303,9 @@ typstyle-core = { git = "https://github.com/ParaN3xus/typstyle/", rev = "eec719d
|
|||
# These patches use a different version of `reflexo`.
|
||||
#
|
||||
# A regular build MUST use `tag` or `rev` to specify the version of the patched crate to ensure stability.
|
||||
reflexo = { git = "https://github.com/ParaN3xus/typst.ts/", rev = "2174d72fe8d1f60ed373d104c2a0fcd2408ce94a" }
|
||||
reflexo-typst = { git = "https://github.com/ParaN3xus/typst.ts/", rev = "2174d72fe8d1f60ed373d104c2a0fcd2408ce94a" }
|
||||
reflexo-vec2svg = { git = "https://github.com/ParaN3xus/typst.ts/", rev = "2174d72fe8d1f60ed373d104c2a0fcd2408ce94a" }
|
||||
reflexo = { git = "https://github.com/ParaN3xus/typst.ts/", rev = "04d3053a749b62649f90f6cc5440826d0937e3ce" }
|
||||
reflexo-typst = { git = "https://github.com/ParaN3xus/typst.ts/", rev = "04d3053a749b62649f90f6cc5440826d0937e3ce" }
|
||||
reflexo-vec2svg = { git = "https://github.com/ParaN3xus/typst.ts/", rev = "04d3053a749b62649f90f6cc5440826d0937e3ce" }
|
||||
|
||||
# These patches use local `reflexo` for development.
|
||||
# reflexo = { path = "../typst.ts/crates/reflexo/" }
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tinymist-vscode-html",
|
||||
"version": "0.13.31",
|
||||
"version": "0.13.33-rc1",
|
||||
"description": "Extending Typst with HTML features",
|
||||
"keywords": [
|
||||
"html",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
pname = "tinymist";
|
||||
# Please update the corresponding vscode extension when updating
|
||||
# this derivation.
|
||||
version = "0.13.31";
|
||||
version = "0.13.33-rc1";
|
||||
|
||||
src = pkgs.lib.cleanSource ../../..;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tinymist-web",
|
||||
"version": "0.13.31",
|
||||
"version": "0.13.33-rc1",
|
||||
"description": "WASM module for running tinymist analyzers in JavaScript environment.",
|
||||
"author": "Myriad-Dreamin",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -14,12 +14,12 @@ else
|
|||
exit 1
|
||||
fi
|
||||
|
||||
(cd ../.. && docker build -t myriaddreamin/tinymist:0.13.31 .)
|
||||
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.13.31 -f lazyvim-dev/Dockerfile .)
|
||||
(cd ../.. && docker build -t myriaddreamin/tinymist:0.13.33-rc1 .)
|
||||
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.13.33-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.31 \
|
||||
-w /home/runner/dev myriaddreamin/tinymist-nvim:0.13.33-rc1 \
|
||||
$DOCKER_ARGS
|
||||
|
|
|
|||
|
|
@ -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.31 as tinymist
|
||||
FROM myriaddreamin/tinymist:0.13.33-rc1 as tinymist
|
||||
|
||||
FROM debian:12
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,12 @@ 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.33-rc1 - [2025-10-02]
|
||||
|
||||
Nightly Release at [docs: continue improve project model docs (#2012)](https://github.com/Myriad-Dreamin/tinymist/commit/12c1a0abf867943a9b472ecc5d08defaf3a5a5fa), using [ParaN3xus/typst rev 575b4b7](https://github.com/ParaN3xus/typst/commit/575b4b779c29bffc439513491ffbeb4ed917bcc7), a.k.a. [typst/typst Align multi-line error messages](https://github.com/typst/typst/commit/b14c08e97a50178617c4ed46eb01445475ac6ac6).
|
||||
|
||||
**Full Changelog**: https://github.com/Myriad-Dreamin/tinymist/compare/v0.13.31...v0.13.33-rc1
|
||||
|
||||
## v0.13.31 - [2025-09-25]
|
||||
|
||||
Nightly Release at [docs: continue improve project model docs (#2012)](https://github.com/Myriad-Dreamin/tinymist/commit/12c1a0abf867943a9b472ecc5d08defaf3a5a5fa), using [ParaN3xus/typst rev c0cf675](https://github.com/ParaN3xus/typst/commit/c0cf67526844cc6a8810a2491d79a12780d28b02), a.k.a. [typst/typst Add an illustration for `par.{leading,spacing}` in docs (#6915)](https://github.com/typst/typst/commit/586b049487bfe696eb765a51403e6215d7f91315).
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tinymist",
|
||||
"version": "0.13.31",
|
||||
"version": "0.13.33-rc1",
|
||||
"description": "%description%",
|
||||
"keywords": [
|
||||
"typst",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "typst-textmate",
|
||||
"version": "0.13.31",
|
||||
"version": "0.13.33-rc1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"compile": "npx tsc && node ./dist/main.mjs",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue