build: bump version to 0.12.16 (#1099)

* build: bump version to 0.12.16

* docs: truncate changelog
This commit is contained in:
Myriad-Dreamin 2025-01-02 21:28:50 +08:00 committed by GitHub
parent cd64e4019d
commit 0ba8be333f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 1281 additions and 1270 deletions

1255
CHANGELOG/CHANGELOG-2024.md Normal file

File diff suppressed because it is too large Load diff

4
CHANGELOG/README.md Normal file
View file

@ -0,0 +1,4 @@
# CHANGELOGs
- [CHANGELOG-2025.md](/editors/vscode/CHANGELOG.md)
- [CHANGELOG-2024.md](./CHANGELOG-2024.md)

34
Cargo.lock generated
View file

@ -3573,7 +3573,7 @@ dependencies = [
[[package]]
name = "sync-lsp"
version = "0.12.16-rc1"
version = "0.12.16"
dependencies = [
"anyhow",
"clap",
@ -3682,7 +3682,7 @@ dependencies = [
[[package]]
name = "tests"
version = "0.12.16-rc1"
version = "0.12.16"
dependencies = [
"insta",
"lsp-server",
@ -3805,7 +3805,7 @@ dependencies = [
[[package]]
name = "tinymist"
version = "0.12.16-rc1"
version = "0.12.16"
dependencies = [
"anyhow",
"async-trait",
@ -3846,7 +3846,7 @@ dependencies = [
"serde_yaml",
"strum",
"sync-lsp",
"tinymist-assets 0.12.16-rc1 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-assets 0.12.16 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-query",
"tinymist-render",
"tinymist-world",
@ -3873,7 +3873,7 @@ dependencies = [
[[package]]
name = "tinymist-analysis"
version = "0.12.16-rc1"
version = "0.12.16"
dependencies = [
"base64",
"comemo",
@ -3890,17 +3890,17 @@ dependencies = [
[[package]]
name = "tinymist-assets"
version = "0.12.16-rc1"
version = "0.12.16"
[[package]]
name = "tinymist-assets"
version = "0.12.16-rc1"
version = "0.12.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81d5678f6753b3adda671a428842f1ada25ded7ce78dcfe83bb152120eb7b3fc"
checksum = "c151ceddf8f637939ac96a1b1aebd0fdc77427a47e5a13095f56b63498a9c409"
[[package]]
name = "tinymist-derive"
version = "0.12.16-rc1"
version = "0.12.16"
dependencies = [
"quote",
"syn 2.0.90",
@ -3908,7 +3908,7 @@ dependencies = [
[[package]]
name = "tinymist-query"
version = "0.12.16-rc1"
version = "0.12.16"
dependencies = [
"anyhow",
"base64",
@ -3962,7 +3962,7 @@ dependencies = [
[[package]]
name = "tinymist-render"
version = "0.12.16-rc1"
version = "0.12.16"
dependencies = [
"base64",
"log",
@ -3973,7 +3973,7 @@ dependencies = [
[[package]]
name = "tinymist-world"
version = "0.12.16-rc1"
version = "0.12.16"
dependencies = [
"anyhow",
"chrono",
@ -3989,7 +3989,7 @@ dependencies = [
"serde",
"serde_json",
"tar",
"tinymist-assets 0.12.16-rc1 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-assets 0.12.16 (registry+https://github.com/rust-lang/crates.io-index)",
"typst",
"typst-assets",
]
@ -4220,7 +4220,7 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]]
name = "typlite"
version = "0.12.16-rc1"
version = "0.12.16"
dependencies = [
"base64",
"clap",
@ -4363,7 +4363,7 @@ dependencies = [
[[package]]
name = "typst-preview"
version = "0.12.16-rc1"
version = "0.12.16"
dependencies = [
"clap",
"comemo",
@ -4376,7 +4376,7 @@ dependencies = [
"reflexo-vec2svg",
"serde",
"serde_json",
"tinymist-assets 0.12.16-rc1 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-assets 0.12.16 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio",
"typst",
"typst-assets",
@ -4403,7 +4403,7 @@ dependencies = [
[[package]]
name = "typst-shim"
version = "0.12.16-rc1"
version = "0.12.16"
dependencies = [
"cfg-if",
"typst",

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.12.16-rc1"
version = "0.12.16"
edition = "2021"
readme = "README.md"
license = "Apache-2.0"
@ -146,7 +146,7 @@ insta = { version = "1.39", features = ["glob"] }
# Our Own Crates
typst-preview = { path = "./crates/typst-preview" }
tinymist-assets = { version = "0.12.16-rc1" }
tinymist-assets = { version = "0.12.16" }
tinymist = { path = "./crates/tinymist/" }
tinymist-derive = { path = "./crates/tinymist-derive/" }
tinymist-analysis = { path = "./crates/tinymist-analysis/" }

File diff suppressed because it is too large Load diff

View file

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

View file

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