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]]
name = "crityp"
version = "0.13.6-rc1"
version = "0.13.6-rc2"
dependencies = [
"anyhow",
"base64",
@ -3727,7 +3727,7 @@ dependencies = [
[[package]]
name = "sync-lsp"
version = "0.13.6-rc1"
version = "0.13.6-rc2"
dependencies = [
"anyhow",
"clap",
@ -3858,7 +3858,7 @@ dependencies = [
[[package]]
name = "tests"
version = "0.13.6-rc1"
version = "0.13.6-rc2"
dependencies = [
"insta",
"lsp-server",
@ -3981,7 +3981,7 @@ dependencies = [
[[package]]
name = "tinymist"
version = "0.13.6-rc1"
version = "0.13.6-rc2"
dependencies = [
"anyhow",
"async-trait",
@ -4025,7 +4025,7 @@ dependencies = [
"strum",
"sync-lsp",
"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-project",
"tinymist-query",
@ -4069,17 +4069,17 @@ dependencies = [
[[package]]
name = "tinymist-assets"
version = "0.13.6-rc1"
version = "0.13.6-rc2"
[[package]]
name = "tinymist-assets"
version = "0.13.6-rc1"
version = "0.13.6-rc2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8005c4f0ffcbfe982a46ea7c769dd09687ff2cd47ae3bcec399ce4829a035508"
checksum = "d54e31f81723cf49688bdebc0fc72d394a5fbbe4833b876803465893fbd09cc4"
[[package]]
name = "tinymist-bench-font-load"
version = "0.13.6-rc1"
version = "0.13.6-rc2"
dependencies = [
"divan",
"tinymist",
@ -4087,7 +4087,7 @@ dependencies = [
[[package]]
name = "tinymist-core"
version = "0.13.6-rc1"
version = "0.13.6-rc2"
dependencies = [
"anyhow",
"cargo_metadata",
@ -4136,7 +4136,7 @@ dependencies = [
[[package]]
name = "tinymist-query"
version = "0.13.6-rc1"
version = "0.13.6-rc2"
dependencies = [
"anyhow",
"base64",
@ -4190,7 +4190,7 @@ dependencies = [
[[package]]
name = "tinymist-render"
version = "0.13.6-rc1"
version = "0.13.6-rc2"
dependencies = [
"base64",
"log",
@ -4582,7 +4582,7 @@ checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
[[package]]
name = "typlite"
version = "0.13.6-rc1"
version = "0.13.6-rc2"
dependencies = [
"base64",
"clap",
@ -4801,7 +4801,7 @@ dependencies = [
[[package]]
name = "typst-preview"
version = "0.13.6-rc1"
version = "0.13.6-rc2"
dependencies = [
"clap",
"comemo",
@ -4815,7 +4815,7 @@ dependencies = [
"reflexo-vec2svg",
"serde",
"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",
"tokio",
"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.13.6-rc1"
version = "0.13.6-rc2"
edition = "2021"
readme = "README.md"
license = "Apache-2.0"
@ -174,7 +174,7 @@ insta = { version = "1.39", features = ["glob"] }
# 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-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" }
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 = { path = "./crates/tinymist/", version = "0.13.6-rc1" }
tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.6-rc1" }
tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.6-rc1" }
typst-preview = { path = "./crates/typst-preview", version = "0.13.6-rc1" }
tinymist-core = { path = "./crates/tinymist-core/", version = "0.13.6-rc2", default-features = false }
tinymist = { path = "./crates/tinymist/", version = "0.13.6-rc2" }
tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.6-rc2" }
tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.6-rc2" }
typst-preview = { path = "./crates/typst-preview", version = "0.13.6-rc2" }
[profile.dev.package.insta]
opt-level = 3

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "tinymist-web",
"version": "0.13.6-rc1",
"version": "0.13.6-rc2",
"description": "WASM module for running tinymist analyzers in JavaScript environment.",
"author": "Myriad-Dreamin",
"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
* (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
* For example, `IMAGE.PNG` is recognized as an image file now.

View file

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

View file

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