build: bump version to 0.13.2-rc1 (#1403)

* docs: update changelog

* build: bump version to 0.13.2-rc1

* fix: horrible prerelease

* fix: bump that in package.json
This commit is contained in:
Myriad-Dreamin 2025-02-26 14:42:10 +08:00 committed by GitHub
parent bbed728b82
commit 4145139534
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 107 additions and 66 deletions

82
Cargo.lock generated
View file

@ -499,9 +499,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.5.30"
version = "4.5.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92b7b18d71fad5313a1e320fa9897994228ce274b60faa4d694fe0ea89cd9e6d"
checksum = "027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767"
dependencies = [
"clap_builder",
"clap_derive",
@ -509,9 +509,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.5.30"
version = "4.5.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a35db2071778a7344791a4fb4f95308b5673d219dee3ae348b86642574ecc90c"
checksum = "5589e0cba072e0f3d23791efac0fd8627b49c829c196a492e88168e6a669d863"
dependencies = [
"anstream",
"anstyle",
@ -524,9 +524,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.5.45"
version = "4.5.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e3040c8291884ddf39445dc033c70abc2bc44a42f0a3a00571a0f483a83f0cd"
checksum = "f5c5508ea23c5366f77e53f5a0070e5a84e51687ec3ef9e0464c86dc8d13ce98"
dependencies = [
"clap",
]
@ -741,7 +741,7 @@ dependencies = [
[[package]]
name = "crityp"
version = "0.13.0"
version = "0.13.2-rc1"
dependencies = [
"anyhow",
"base64",
@ -1023,9 +1023,9 @@ dependencies = [
[[package]]
name = "either"
version = "1.13.0"
version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
checksum = "b7914353092ddf589ad78f25c5c1c21b7f80b0ff8621e7c814c3485b5306da9d"
[[package]]
name = "embedded-io"
@ -1167,9 +1167,9 @@ dependencies = [
[[package]]
name = "flate2"
version = "1.0.35"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
checksum = "11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc"
dependencies = [
"crc32fast",
"miniz_oxide",
@ -2606,9 +2606,9 @@ dependencies = [
[[package]]
name = "portable-atomic"
version = "1.10.0"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6"
checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
[[package]]
name = "postcard"
@ -2882,8 +2882,7 @@ dependencies = [
[[package]]
name = "reflexo"
version = "0.5.5-rc6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d731ce225d37fa4ffa46c7319ada98c417fabed570198af29920017ff10ddf"
source = "git+https://github.com/Myriad-Dreamin/typst.ts/?rev=9e8f529b6a76fb108b9a70587fa7894bc497ac32#9e8f529b6a76fb108b9a70587fa7894bc497ac32"
dependencies = [
"base64",
"bitvec",
@ -2909,8 +2908,7 @@ dependencies = [
[[package]]
name = "reflexo-typst"
version = "0.5.5-rc6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d6986017a82b2a9b4697da1c1c0058a15f220a2e2d25740b96292b4ae91780f"
source = "git+https://github.com/Myriad-Dreamin/typst.ts/?rev=9e8f529b6a76fb108b9a70587fa7894bc497ac32#9e8f529b6a76fb108b9a70587fa7894bc497ac32"
dependencies = [
"codespan-reporting",
"comemo",
@ -2942,8 +2940,7 @@ dependencies = [
[[package]]
name = "reflexo-typst2vec"
version = "0.5.5-rc6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48042b09b41f2363825abc628524bb4ab6715b1ce7e6c0e427b775b400a98eb6"
source = "git+https://github.com/Myriad-Dreamin/typst.ts/?rev=9e8f529b6a76fb108b9a70587fa7894bc497ac32#9e8f529b6a76fb108b9a70587fa7894bc497ac32"
dependencies = [
"bitvec",
"comemo",
@ -2969,8 +2966,7 @@ dependencies = [
[[package]]
name = "reflexo-vec2svg"
version = "0.5.5-rc6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2091a02692c310f01fdef03fc677cdf0a68c824043f7e6306cf1288967650962"
source = "git+https://github.com/Myriad-Dreamin/typst.ts/?rev=9e8f529b6a76fb108b9a70587fa7894bc497ac32#9e8f529b6a76fb108b9a70587fa7894bc497ac32"
dependencies = [
"base64",
"comemo",
@ -3690,7 +3686,7 @@ dependencies = [
[[package]]
name = "sync-lsp"
version = "0.13.0"
version = "0.13.2-rc1"
dependencies = [
"anyhow",
"clap",
@ -3821,7 +3817,7 @@ dependencies = [
[[package]]
name = "tests"
version = "0.13.0"
version = "0.13.2-rc1"
dependencies = [
"insta",
"lsp-server",
@ -3944,7 +3940,7 @@ dependencies = [
[[package]]
name = "tinymist"
version = "0.13.0"
version = "0.13.2-rc1"
dependencies = [
"anyhow",
"async-trait",
@ -3988,7 +3984,7 @@ dependencies = [
"strum",
"sync-lsp",
"temp-env",
"tinymist-assets 0.13.0-rc1",
"tinymist-assets 0.13.2-rc1 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-core",
"tinymist-project",
"tinymist-query",
@ -4018,7 +4014,7 @@ dependencies = [
[[package]]
name = "tinymist-analysis"
version = "0.13.0"
version = "0.13.2-rc1"
dependencies = [
"ecow",
"insta",
@ -4032,17 +4028,17 @@ dependencies = [
[[package]]
name = "tinymist-assets"
version = "0.13.0-rc1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9071f17040942a67fffc0540761928c6e8947807e51c485d345486782d559f1"
version = "0.13.2-rc1"
[[package]]
name = "tinymist-assets"
version = "0.13.0"
version = "0.13.2-rc1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "302419d734437528b3774ec7d303e2a6f86a98f02a37c8a3afe411cffb12e83b"
[[package]]
name = "tinymist-core"
version = "0.13.0"
version = "0.13.2-rc1"
dependencies = [
"anyhow",
"cargo_metadata",
@ -4054,7 +4050,7 @@ dependencies = [
[[package]]
name = "tinymist-derive"
version = "0.13.0"
version = "0.13.2-rc1"
dependencies = [
"quote",
"syn 2.0.98",
@ -4062,7 +4058,7 @@ dependencies = [
[[package]]
name = "tinymist-project"
version = "0.13.0"
version = "0.13.2-rc1"
dependencies = [
"anyhow",
"chrono",
@ -4091,7 +4087,7 @@ dependencies = [
[[package]]
name = "tinymist-query"
version = "0.13.0"
version = "0.13.2-rc1"
dependencies = [
"anyhow",
"base64",
@ -4145,7 +4141,7 @@ dependencies = [
[[package]]
name = "tinymist-render"
version = "0.13.0"
version = "0.13.2-rc1"
dependencies = [
"base64",
"log",
@ -4158,7 +4154,7 @@ dependencies = [
[[package]]
name = "tinymist-std"
version = "0.13.0"
version = "0.13.2-rc1"
dependencies = [
"anyhow",
"base64",
@ -4194,7 +4190,7 @@ dependencies = [
[[package]]
name = "tinymist-task"
version = "0.13.0"
version = "0.13.2-rc1"
dependencies = [
"anyhow",
"chrono",
@ -4229,7 +4225,7 @@ dependencies = [
[[package]]
name = "tinymist-vfs"
version = "0.13.0"
version = "0.13.2-rc1"
dependencies = [
"comemo",
"ecow",
@ -4247,7 +4243,7 @@ dependencies = [
[[package]]
name = "tinymist-world"
version = "0.13.0"
version = "0.13.2-rc1"
dependencies = [
"anyhow",
"chrono",
@ -4536,7 +4532,7 @@ checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
[[package]]
name = "typlite"
version = "0.13.0"
version = "0.13.2-rc1"
dependencies = [
"base64",
"clap",
@ -4755,7 +4751,7 @@ dependencies = [
[[package]]
name = "typst-preview"
version = "0.13.0"
version = "0.13.2-rc1"
dependencies = [
"clap",
"comemo",
@ -4769,7 +4765,7 @@ dependencies = [
"reflexo-vec2svg",
"serde",
"serde_json",
"tinymist-assets 0.13.0-rc1",
"tinymist-assets 0.13.2-rc1 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-std",
"tokio",
"typst",
@ -4812,7 +4808,7 @@ dependencies = [
[[package]]
name = "typst-shim"
version = "0.13.0"
version = "0.13.2-rc1"
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.0"
version = "0.13.2-rc1"
edition = "2021"
readme = "README.md"
license = "Apache-2.0"
@ -174,20 +174,20 @@ insta = { version = "1.39", features = ["glob"] }
# Our Own Crates
typst-preview = { path = "./crates/typst-preview", version = "0.13.0" }
typst-shim = { path = "./crates/typst-shim", version = "0.13.0" }
tinymist-assets = { version = "=0.13.0-rc1" }
tinymist = { path = "./crates/tinymist/", version = "0.13.0" }
tinymist-std = { path = "./crates/tinymist-std/", version = "0.13.0", default-features = false }
tinymist-vfs = { path = "./crates/tinymist-vfs/", version = "0.13.0", default-features = false }
tinymist-core = { path = "./crates/tinymist-core/", version = "0.13.0", default-features = false }
tinymist-world = { path = "./crates/tinymist-world/", version = "0.13.0", default-features = false }
tinymist-project = { path = "./crates/tinymist-project/", version = "0.13.0" }
tinymist-task = { path = "./crates/tinymist-task/", version = "0.13.0" }
tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.13.0" }
tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.13.0" }
tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.0" }
tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.0" }
typst-preview = { path = "./crates/typst-preview", version = "0.13.2-rc1" }
typst-shim = { path = "./crates/typst-shim", version = "0.13.2-rc1" }
tinymist-assets = { version = "=0.13.2-rc1" }
tinymist = { path = "./crates/tinymist/", version = "0.13.2-rc1" }
tinymist-std = { path = "./crates/tinymist-std/", version = "0.13.2-rc1", default-features = false }
tinymist-vfs = { path = "./crates/tinymist-vfs/", version = "0.13.2-rc1", default-features = false }
tinymist-core = { path = "./crates/tinymist-core/", version = "0.13.2-rc1", default-features = false }
tinymist-world = { path = "./crates/tinymist-world/", version = "0.13.2-rc1", default-features = false }
tinymist-project = { path = "./crates/tinymist-project/", version = "0.13.2-rc1" }
tinymist-task = { path = "./crates/tinymist-task/", version = "0.13.2-rc1" }
tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.13.2-rc1" }
tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.13.2-rc1" }
tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.2-rc1" }
tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.2-rc1" }
[profile.dev.package.insta]
opt-level = 3
@ -274,9 +274,9 @@ typst-eval = { git = "https://github.com/Myriad-Dreamin/typst.git", tag = "tinym
# 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/Myriad-Dreamin/typst.ts/", rev = "1adab6b0e3b19549def92842b340e3568d5a60ff" }
# reflexo-typst = { git = "https://github.com/Myriad-Dreamin/typst.ts/", rev = "1adab6b0e3b19549def92842b340e3568d5a60ff" }
# reflexo-vec2svg = { git = "https://github.com/Myriad-Dreamin/typst.ts/", rev = "1adab6b0e3b19549def92842b340e3568d5a60ff" }
reflexo = { git = "https://github.com/Myriad-Dreamin/typst.ts/", rev = "9e8f529b6a76fb108b9a70587fa7894bc497ac32" }
reflexo-typst = { git = "https://github.com/Myriad-Dreamin/typst.ts/", rev = "9e8f529b6a76fb108b9a70587fa7894bc497ac32" }
reflexo-vec2svg = { git = "https://github.com/Myriad-Dreamin/typst.ts/", rev = "9e8f529b6a76fb108b9a70587fa7894bc497ac32" }
# These patches use local `reflexo` for development.
# reflexo = { path = "../typst.ts/crates/reflexo/" }

View file

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

View file

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

View file

@ -6,9 +6,54 @@ 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.2 - [2025-02-26]
### Editor
* (Fix) Deactivating features correctly when restarting server in https://github.com/Myriad-Dreamin/tinymist/pull/1397
* Making `tinymist.configureDefaultWordSeparator` opt in, as discussed, in https://github.com/Myriad-Dreamin/tinymist/pull/1389
### Compiler
* (Fix) Letting `tinymist::Config` pull environment variables on start of server in https://github.com/Myriad-Dreamin/tinymist/pull/1390
* Tested that `TYPST_PACKAGE_CACHE_PATH` should be applied on server start in https://github.com/Myriad-Dreamin/tinymist/pull/1391
### CLI
* (Fix) Ensured `tinymist-cli`'s argument names unique in https://github.com/Myriad-Dreamin/tinymist/pull/1388
* Added test about completion script generation in https://github.com/Myriad-Dreamin/tinymist/pull/1387
### Code Analysis
* (Fix) term math text as content instead of string in https://github.com/Myriad-Dreamin/tinymist/pull/1386
* (Fix) Printing type representation of anonymous modules in https://github.com/Myriad-Dreamin/tinymist/pull/1385
* This was causing crashes, introduced in typst v0.13.0
### Preview
* (Fix) Uses new wasm renderer in https://github.com/Myriad-Dreamin/tinymist/pull/1398
* (Fix) Corrected `vscode.Uri` usages when restoring preview in https://github.com/Myriad-Dreamin/tinymist/pull/1402
* Using `jump_from_click` from typst-ide in https://github.com/Myriad-Dreamin/tinymist/pull/1399
### Typlite
* (Fix) Exposed and defaulted to no-content-hint in typlite by @selfisekai in https://github.com/Myriad-Dreamin/tinymist/pull/1381
### Syntax Highlighting
* Parsing Shebang syntax in https://github.com/Myriad-Dreamin/tinymist/pull/1400
* Recognizing typst source files by shebang containing `typst` keyword in https://github.com/Myriad-Dreamin/tinymist/pull/1400
* Specifically, it matches by regex `^#!/.*\\b(typst)[0-9.-]*\\b`
### Misc
* Added examples for `--assets-path` and `--assets-src-path` by @hongjr03 in https://github.com/Myriad-Dreamin/tinymist/pull/1396
**Full Changelog**: https://github.com/Myriad-Dreamin/tinymist/compare/v0.13.0...v0.13.2
## v0.13.0 - [2025-02-23]
* Bumped typst to v0.13.0 by @Myriad-Dreamin in https://github.com/Myriad-Dreamin/tinymist/pull/1342 and https://github.com/Myriad-Dreamin/tinymist/pull/1361
* Bumped typst to v0.13.0 in https://github.com/Myriad-Dreamin/tinymist/pull/1342 and https://github.com/Myriad-Dreamin/tinymist/pull/1361
* Bumped typstyle to v0.13.0 in https://github.com/Myriad-Dreamin/tinymist/pull/1368
### Editor

View file

@ -1,6 +1,6 @@
{
"name": "tinymist",
"version": "0.13.0",
"version": "0.13.2-rc1",
"description": "An integrated language service for Typst",
"keywords": [
"typst",

View file

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