From cd64e4019dda3e6cc0eb9d59fde20a96d6fec450 Mon Sep 17 00:00:00 2001 From: Myriad-Dreamin <35292584+Myriad-Dreamin@users.noreply.github.com> Date: Tue, 31 Dec 2024 13:08:40 +0800 Subject: [PATCH] build: bump version to 0.12.16-rc1 (#1095) * docs: update changelog * build: bump version to 0.12.16-rc1 * docs: add announcement * docs: syntax * docs: syntax * dev: syntax --- Cargo.lock | 34 +++++++++++++++++----------------- Cargo.toml | 4 ++-- editors/vscode/CHANGELOG.md | 27 +++++++++++++++++++++++++++ editors/vscode/package.json | 2 +- syntaxes/textmate/package.json | 2 +- 5 files changed, 48 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e3275ad0..c1dfb8c5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3573,7 +3573,7 @@ dependencies = [ [[package]] name = "sync-lsp" -version = "0.12.14" +version = "0.12.16-rc1" dependencies = [ "anyhow", "clap", @@ -3682,7 +3682,7 @@ dependencies = [ [[package]] name = "tests" -version = "0.12.14" +version = "0.12.16-rc1" dependencies = [ "insta", "lsp-server", @@ -3805,7 +3805,7 @@ dependencies = [ [[package]] name = "tinymist" -version = "0.12.14" +version = "0.12.16-rc1" dependencies = [ "anyhow", "async-trait", @@ -3846,7 +3846,7 @@ dependencies = [ "serde_yaml", "strum", "sync-lsp", - "tinymist-assets 0.12.14 (registry+https://github.com/rust-lang/crates.io-index)", + "tinymist-assets 0.12.16-rc1 (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.14" +version = "0.12.16-rc1" dependencies = [ "base64", "comemo", @@ -3890,17 +3890,17 @@ dependencies = [ [[package]] name = "tinymist-assets" -version = "0.12.14" +version = "0.12.16-rc1" [[package]] name = "tinymist-assets" -version = "0.12.14" +version = "0.12.16-rc1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "072cf76e3688fc38a67a60f5199cb71048df141128561baef6b8a7b25da919d5" +checksum = "81d5678f6753b3adda671a428842f1ada25ded7ce78dcfe83bb152120eb7b3fc" [[package]] name = "tinymist-derive" -version = "0.12.14" +version = "0.12.16-rc1" dependencies = [ "quote", "syn 2.0.90", @@ -3908,7 +3908,7 @@ dependencies = [ [[package]] name = "tinymist-query" -version = "0.12.14" +version = "0.12.16-rc1" dependencies = [ "anyhow", "base64", @@ -3962,7 +3962,7 @@ dependencies = [ [[package]] name = "tinymist-render" -version = "0.12.14" +version = "0.12.16-rc1" dependencies = [ "base64", "log", @@ -3973,7 +3973,7 @@ dependencies = [ [[package]] name = "tinymist-world" -version = "0.12.14" +version = "0.12.16-rc1" dependencies = [ "anyhow", "chrono", @@ -3989,7 +3989,7 @@ dependencies = [ "serde", "serde_json", "tar", - "tinymist-assets 0.12.14 (registry+https://github.com/rust-lang/crates.io-index)", + "tinymist-assets 0.12.16-rc1 (registry+https://github.com/rust-lang/crates.io-index)", "typst", "typst-assets", ] @@ -4220,7 +4220,7 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "typlite" -version = "0.12.14" +version = "0.12.16-rc1" dependencies = [ "base64", "clap", @@ -4363,7 +4363,7 @@ dependencies = [ [[package]] name = "typst-preview" -version = "0.12.14" +version = "0.12.16-rc1" dependencies = [ "clap", "comemo", @@ -4376,7 +4376,7 @@ dependencies = [ "reflexo-vec2svg", "serde", "serde_json", - "tinymist-assets 0.12.14 (registry+https://github.com/rust-lang/crates.io-index)", + "tinymist-assets 0.12.16-rc1 (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.14" +version = "0.12.16-rc1" dependencies = [ "cfg-if", "typst", diff --git a/Cargo.toml b/Cargo.toml index e0aa85f0d..130b97b9c 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.14" +version = "0.12.16-rc1" 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.14" } +tinymist-assets = { version = "0.12.16-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 138e8c8be..d5a8a6c28 100644 --- a/editors/vscode/CHANGELOG.md +++ b/editors/vscode/CHANGELOG.md @@ -4,6 +4,33 @@ 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. +The changelog lines unspecified with authors are all written by the @Myriad-Dreamin. + +## v0.12.16 - [2024-12-31] + +We are going to add maintainers to GitHub since 2025-01-07 (in 7 days): +- @SylvanFranklin want to maintain the "Editor integration" and "Document Previewing" feature in https://github.com/Myriad-Dreamin/tinymist/pull/1091 + +*Please reply in PRs or DM @Myriad-Dreamin if you have any concerns about adding the maintainer to list.* + +### Completion + +* (Fix) Completing body of let/closure in markup mode in https://github.com/Myriad-Dreamin/tinymist/pull/1072 +* (Fix) Completing raw language again in https://github.com/Myriad-Dreamin/tinymist/pull/1073 +* (Fix) Completing hash expression in math mode in https://github.com/Myriad-Dreamin/tinymist/pull/1071 +* Completing context expression in code mode in https://github.com/Myriad-Dreamin/tinymist/pull/1070 +* Using more efficient completion data structure in https://github.com/Myriad-Dreamin/tinymist/pull/1079 + +### Rename + +* (Fix) Checking to avoid affecting non-related paths when renaming files by @Eric-Song-Nop in https://github.com/Myriad-Dreamin/tinymist/pull/1080 + +### Folding Range + +* Folding continue line comments by @Eric-Song-Nop in https://github.com/Myriad-Dreamin/tinymist/pull/1043 + +**Full Changelog**: https://github.com/Myriad-Dreamin/tinymist/compare/v0.12.14...v0.12.16 + ## v0.12.14 - [2024-12-23] *We now use [cargo-dist](https://github.com/axodotdev/cargo-dist) to build, attest, and release binaries. The package publishers should prefer to use these binaries and validate them along with checksum.* If you have any problems with changes, please report them to [GitHub Issues](https://github.com/Myriad-Dreamin/tinymist/issues). diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 5ff00f564..ccd3edadc 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -1,6 +1,6 @@ { "name": "tinymist", - "version": "0.12.14", + "version": "0.12.16-rc1", "description": "An integrated language service for Typst", "keywords": [ "typst", diff --git a/syntaxes/textmate/package.json b/syntaxes/textmate/package.json index c7d0f0c49..ca0c4bea0 100644 --- a/syntaxes/textmate/package.json +++ b/syntaxes/textmate/package.json @@ -1,6 +1,6 @@ { "name": "typst-textmate", - "version": "0.12.14", + "version": "0.12.16-rc1", "private": true, "scripts": { "compile": "npx tsc && node ./dist/main.mjs",