build: bump version to 0.13.12 (#1715)

* docs: update changelog

* build: bump version to 0.13.12

* build: bump assets  to v0.13.12
This commit is contained in:
Myriad-Dreamin 2025-04-30 14:45:23 +08:00 committed by GitHub
parent c869cde2c5
commit 4871cd3917
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 72 additions and 72 deletions

View file

@ -1,6 +1,6 @@
{
"name": "tinymist-web",
"version": "0.13.12-rc6",
"version": "0.13.12",
"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.12-rc6"
version = "0.13.12"
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.12-rc6"
version = "0.13.12"
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.12-rc6"
version = "0.13.12"
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.12-rc6"
version = "0.13.12"
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.12-rc6"
version = "0.13.12"
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.12-rc6"
version = "0.13.12"
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.12-rc6"
version = "0.13.12"
edition.workspace = true
license.workspace = true
homepage.workspace = true