build: bump version to 0.13.6-rc2 (#1491)

* build: bump version to 0.13.6-rc2

* build: bump assets to v0.13.6-rc2
This commit is contained in:
Myriad-Dreamin 2025-03-12 16:27:13 +08:00 committed by GitHub
parent 4bf6cdb9ed
commit a0140a6263
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 28 additions and 26 deletions

30
Cargo.lock generated
View file

@ -747,7 +747,7 @@ dependencies = [
[[package]] [[package]]
name = "crityp" name = "crityp"
version = "0.13.6-rc1" version = "0.13.6-rc2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64", "base64",
@ -3727,7 +3727,7 @@ dependencies = [
[[package]] [[package]]
name = "sync-lsp" name = "sync-lsp"
version = "0.13.6-rc1" version = "0.13.6-rc2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",
@ -3858,7 +3858,7 @@ dependencies = [
[[package]] [[package]]
name = "tests" name = "tests"
version = "0.13.6-rc1" version = "0.13.6-rc2"
dependencies = [ dependencies = [
"insta", "insta",
"lsp-server", "lsp-server",
@ -3981,7 +3981,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist" name = "tinymist"
version = "0.13.6-rc1" version = "0.13.6-rc2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",
@ -4025,7 +4025,7 @@ dependencies = [
"strum", "strum",
"sync-lsp", "sync-lsp",
"temp-env", "temp-env",
"tinymist-assets 0.13.6-rc1 (registry+https://github.com/rust-lang/crates.io-index)", "tinymist-assets 0.13.6-rc2 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-core", "tinymist-core",
"tinymist-project", "tinymist-project",
"tinymist-query", "tinymist-query",
@ -4069,17 +4069,17 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-assets" name = "tinymist-assets"
version = "0.13.6-rc1" version = "0.13.6-rc2"
[[package]] [[package]]
name = "tinymist-assets" name = "tinymist-assets"
version = "0.13.6-rc1" version = "0.13.6-rc2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8005c4f0ffcbfe982a46ea7c769dd09687ff2cd47ae3bcec399ce4829a035508" checksum = "d54e31f81723cf49688bdebc0fc72d394a5fbbe4833b876803465893fbd09cc4"
[[package]] [[package]]
name = "tinymist-bench-font-load" name = "tinymist-bench-font-load"
version = "0.13.6-rc1" version = "0.13.6-rc2"
dependencies = [ dependencies = [
"divan", "divan",
"tinymist", "tinymist",
@ -4087,7 +4087,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-core" name = "tinymist-core"
version = "0.13.6-rc1" version = "0.13.6-rc2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cargo_metadata", "cargo_metadata",
@ -4136,7 +4136,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-query" name = "tinymist-query"
version = "0.13.6-rc1" version = "0.13.6-rc2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64", "base64",
@ -4190,7 +4190,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-render" name = "tinymist-render"
version = "0.13.6-rc1" version = "0.13.6-rc2"
dependencies = [ dependencies = [
"base64", "base64",
"log", "log",
@ -4582,7 +4582,7 @@ checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
[[package]] [[package]]
name = "typlite" name = "typlite"
version = "0.13.6-rc1" version = "0.13.6-rc2"
dependencies = [ dependencies = [
"base64", "base64",
"clap", "clap",
@ -4801,7 +4801,7 @@ dependencies = [
[[package]] [[package]]
name = "typst-preview" name = "typst-preview"
version = "0.13.6-rc1" version = "0.13.6-rc2"
dependencies = [ dependencies = [
"clap", "clap",
"comemo", "comemo",
@ -4815,7 +4815,7 @@ dependencies = [
"reflexo-vec2svg", "reflexo-vec2svg",
"serde", "serde",
"serde_json", "serde_json",
"tinymist-assets 0.13.6-rc1 (registry+https://github.com/rust-lang/crates.io-index)", "tinymist-assets 0.13.6-rc2 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-std", "tinymist-std",
"tokio", "tokio",
"typst", "typst",

View file

@ -1,7 +1,7 @@
[workspace.package] [workspace.package]
description = "An integrated language service for Typst." description = "An integrated language service for Typst."
authors = ["Myriad-Dreamin <camiyoru@gmail.com>", "Nathan Varner"] authors = ["Myriad-Dreamin <camiyoru@gmail.com>", "Nathan Varner"]
version = "0.13.6-rc1" version = "0.13.6-rc2"
edition = "2021" edition = "2021"
readme = "README.md" readme = "README.md"
license = "Apache-2.0" license = "Apache-2.0"
@ -174,7 +174,7 @@ insta = { version = "1.39", features = ["glob"] }
# Our Own Crates # Our Own Crates
tinymist-assets = { version = "=0.13.6-rc1" } tinymist-assets = { version = "=0.13.6-rc2" }
tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.13.2" } tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.13.2" }
tinymist-std = { path = "./crates/tinymist-std/", version = "0.13.2", default-features = false } tinymist-std = { path = "./crates/tinymist-std/", version = "0.13.2", default-features = false }
@ -185,11 +185,11 @@ tinymist-task = { path = "./crates/tinymist-task/", version = "0.13.2" }
tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.13.2" } tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.13.2" }
typst-shim = { path = "./crates/typst-shim", version = "0.13.2" } typst-shim = { path = "./crates/typst-shim", version = "0.13.2" }
tinymist-core = { path = "./crates/tinymist-core/", version = "0.13.6-rc1", default-features = false } tinymist-core = { path = "./crates/tinymist-core/", version = "0.13.6-rc2", default-features = false }
tinymist = { path = "./crates/tinymist/", version = "0.13.6-rc1" } tinymist = { path = "./crates/tinymist/", version = "0.13.6-rc2" }
tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.6-rc1" } tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.6-rc2" }
tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.6-rc1" } tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.6-rc2" }
typst-preview = { path = "./crates/typst-preview", version = "0.13.6-rc1" } typst-preview = { path = "./crates/typst-preview", version = "0.13.6-rc2" }
[profile.dev.package.insta] [profile.dev.package.insta]
opt-level = 3 opt-level = 3

View file

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

View file

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

View file

@ -25,6 +25,8 @@ See the [Issue: Preview feature for all editors](https://github.com/Myriad-Dream
### Code Analysis ### Code Analysis
* (Fix) Identifying chained dot access when matching atomic expression in markup mode in https://github.com/Myriad-Dreamin/tinymist/pull/1488 and https://github.com/Myriad-Dreamin/tinymist/pull/1489
* When completing `#a.b.|`, the second `.` was viewed as a text dot and failed to trigger the field completion. It now reparses correctly.
* Made file type recognition by file extension case-insensitive in https://github.com/Myriad-Dreamin/tinymist/pull/1472 * Made file type recognition by file extension case-insensitive in https://github.com/Myriad-Dreamin/tinymist/pull/1472
* For example, `IMAGE.PNG` is recognized as an image file now. * For example, `IMAGE.PNG` is recognized as an image file now.

View file

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

View file

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