From 5dd9badc112c1a8f864368261ef5b9692ac621bb Mon Sep 17 00:00:00 2001 From: Myriad-Dreamin <35292584+Myriad-Dreamin@users.noreply.github.com> Date: Sat, 7 Dec 2024 12:30:34 +0800 Subject: [PATCH] build: bump version to 0.12.10-rc1 (#957) * docs: update changelog * build: bump version to 0.12.10-rc1 * wording --- Cargo.lock | 34 +++++++++++++++++----------------- Cargo.toml | 4 ++-- editors/vscode/CHANGELOG.md | 23 +++++++++++++++++++++++ editors/vscode/package.json | 2 +- syntaxes/textmate/package.json | 2 +- 5 files changed, 44 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e06ee2f1c..6e57b00e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3735,7 +3735,7 @@ dependencies = [ [[package]] name = "sync-lsp" -version = "0.12.8" +version = "0.12.10-rc1" dependencies = [ "anyhow", "clap", @@ -3857,7 +3857,7 @@ dependencies = [ [[package]] name = "tests" -version = "0.12.8" +version = "0.12.10-rc1" dependencies = [ "insta", "lsp-server", @@ -3980,7 +3980,7 @@ dependencies = [ [[package]] name = "tinymist" -version = "0.12.8" +version = "0.12.10-rc1" dependencies = [ "anyhow", "async-trait", @@ -4021,7 +4021,7 @@ dependencies = [ "serde_yaml", "strum", "sync-lsp", - "tinymist-assets 0.12.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tinymist-assets 0.12.10-rc1 (registry+https://github.com/rust-lang/crates.io-index)", "tinymist-query", "tinymist-render", "tinymist-world", @@ -4048,7 +4048,7 @@ dependencies = [ [[package]] name = "tinymist-analysis" -version = "0.12.8" +version = "0.12.10-rc1" dependencies = [ "base64", "comemo 0.4.0", @@ -4065,17 +4065,17 @@ dependencies = [ [[package]] name = "tinymist-assets" -version = "0.12.8" +version = "0.12.10-rc1" [[package]] name = "tinymist-assets" -version = "0.12.8" +version = "0.12.10-rc1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae1dada04f92e3775685eae772e4f2a198f504ff3dc9413d82b3e6dafb890be0" +checksum = "d2bb92fe2408a7942cffaf0953f511f240b812d1bed9ff41c2362203f7f57cd8" [[package]] name = "tinymist-derive" -version = "0.12.8" +version = "0.12.10-rc1" dependencies = [ "quote", "syn 2.0.90", @@ -4083,7 +4083,7 @@ dependencies = [ [[package]] name = "tinymist-query" -version = "0.12.8" +version = "0.12.10-rc1" dependencies = [ "anyhow", "base64", @@ -4137,7 +4137,7 @@ dependencies = [ [[package]] name = "tinymist-render" -version = "0.12.8" +version = "0.12.10-rc1" dependencies = [ "base64", "log", @@ -4148,7 +4148,7 @@ dependencies = [ [[package]] name = "tinymist-world" -version = "0.12.8" +version = "0.12.10-rc1" dependencies = [ "anyhow", "chrono", @@ -4164,7 +4164,7 @@ dependencies = [ "serde", "serde_json", "tar", - "tinymist-assets 0.12.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tinymist-assets 0.12.10-rc1 (registry+https://github.com/rust-lang/crates.io-index)", "typst", "typst-assets", ] @@ -4441,7 +4441,7 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "typlite" -version = "0.12.8" +version = "0.12.10-rc1" dependencies = [ "base64", "comemo 0.4.0", @@ -4594,7 +4594,7 @@ dependencies = [ [[package]] name = "typst-preview" -version = "0.12.8" +version = "0.12.10-rc1" dependencies = [ "clap", "comemo 0.4.0", @@ -4607,7 +4607,7 @@ dependencies = [ "reflexo-vec2svg", "serde", "serde_json", - "tinymist-assets 0.12.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tinymist-assets 0.12.10-rc1 (registry+https://github.com/rust-lang/crates.io-index)", "tokio", "typst", "typst-assets", @@ -4634,7 +4634,7 @@ dependencies = [ [[package]] name = "typst-shim" -version = "0.12.8" +version = "0.12.10-rc1" dependencies = [ "cfg-if", "typst", diff --git a/Cargo.toml b/Cargo.toml index 2503abd14..80f4eecf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [workspace.package] description = "An integrated language service for Typst." authors = ["Myriad-Dreamin ", "Nathan Varner"] -version = "0.12.8" +version = "0.12.10-rc1" edition = "2021" readme = "README.md" license = "Apache-2.0" @@ -145,7 +145,7 @@ insta = { version = "1.39", features = ["glob"] } # Our Own Crates typst-preview = { path = "./crates/typst-preview" } -tinymist-assets = { version = "0.12.8" } +tinymist-assets = { version = "0.12.10-rc1" } tinymist = { path = "./crates/tinymist/" } tinymist-derive = { path = "./crates/tinymist-derive/" } tinymist-analysis = { path = "./crates/tinymist-analysis/" } diff --git a/editors/vscode/CHANGELOG.md b/editors/vscode/CHANGELOG.md index f30a6a398..6b5b97a91 100644 --- a/editors/vscode/CHANGELOG.md +++ b/editors/vscode/CHANGELOG.md @@ -4,6 +4,29 @@ All notable changes to the "tinymist" extension will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## v0.12.10 - [2024-12-07] + +### Compiler + +### Editor + +* (Fix) Binding this context to `showLog` function in https://github.com/Myriad-Dreamin/tinymist/pull/951 + * Otherwise, an undefined reference exception is thrown when showing logs. + +### Code Analysis + +* (Fix) Warning well-formed named parameters in docstring in https://github.com/Myriad-Dreamin/tinymist/pull/948 + * There are potential bugs so there might be ill-formed named parameters and cause panics. We haven't fixed them but turn the panics into warnings. + +### Completion + +* Completing on import item paths by @Eric-Song-Nop and @Myriad-Dreamin in https://github.com/Myriad-Dreamin/tinymist/pull/949 + * The syntax was introduced in typst v0.12.0 which prevented all effective completions on import items. +* (Fix) Only completing import items on the same line of the associated module import in https://github.com/Myriad-Dreamin/tinymist/pull/952 + * Otherwise, it completes import items when the cursor is at, for example, `#import "some.typ":\n|`. + +**Full Changelog**: https://github.com/Myriad-Dreamin/tinymist/compare/v0.12.8...v0.12.10 + ## v0.12.8 - [2024-12-03] v0.12.6 was wrongly released as v0.12.6-rc3. This release is to fix the version number. diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 8e28193ca..7efd3a31c 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -1,6 +1,6 @@ { "name": "tinymist", - "version": "0.12.8", + "version": "0.12.10-rc1", "description": "An integrated language service for Typst", "keywords": [ "typst", diff --git a/syntaxes/textmate/package.json b/syntaxes/textmate/package.json index 0295c5ab8..1143ef0c2 100644 --- a/syntaxes/textmate/package.json +++ b/syntaxes/textmate/package.json @@ -1,6 +1,6 @@ { "name": "typst-textmate", - "version": "0.12.8", + "version": "0.12.10-rc1", "private": true, "scripts": { "compile": "npx tsc && node ./dist/main.mjs",