diff --git a/Cargo.lock b/Cargo.lock index 3d4eb7373..41a0c560b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5141,9 +5141,9 @@ dependencies = [ [[package]] name = "typstyle-core" -version = "0.13.10" +version = "0.13.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50fba09112b19b24b7b8189b4550ad671abe26387634de8a485dfacb83dbd0ed" +checksum = "a75530bc7a041e4e3817e7c50dbbc8a9d35c4af09b773a903f4b0dbae2bdc8f1" dependencies = [ "ecow", "itertools 0.14.0", diff --git a/Cargo.toml b/Cargo.toml index a11dc60c8..99ea9c087 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -156,7 +156,7 @@ typst-eval = "0.13.1" typst-assets = "0.13.1" typstfmt = { version = "0", git = "https://github.com/Myriad-Dreamin/typstfmt", tag = "v0.13.1" } typst-ansi-hl = "0.4.0" -typstyle-core = { version = "=0.13.10", default-features = false } +typstyle-core = { version = "=0.13.11", default-features = false } # LSP crossbeam-channel = "0.5.12" diff --git a/editors/vscode/CHANGELOG.md b/editors/vscode/CHANGELOG.md index de059adb4..33eac8741 100644 --- a/editors/vscode/CHANGELOG.md +++ b/editors/vscode/CHANGELOG.md @@ -13,8 +13,8 @@ With new approach to converting typst to other markup, we fully supported typst There is a [sample workspace](https://github.com/Myriad-Dreamin/tinymist/tree/main/editors/vscode/e2e-workspaces/ieee-paper) ([Permalink](https://github.com/Myriad-Dreamin/tinymist/tree/5a2509327d160830d68c5962181b4a1687fe367a/editors/vscode/e2e-workspaces/ieee-paper)) to test the LaTeX export for creating IEEE papers. * Bumped MSRV to v1.85 in https://github.com/Myriad-Dreamin/tinymist/pull/1683 -* Bumped typstyle to v0.13.10 and add config for hard wrap by @Enter-tainer in https://github.com/Myriad-Dreamin/tinymist/pull/1737 and https://github.com/Myriad-Dreamin/tinymist/pull/1797 - * This includes few significant changes. For more details, see https://enter-tainer.github.io/typstyle/changelog/#v01310---2025-06-05 +* Bumped typstyle to v0.13.11 and add config for hard wrap by @Enter-tainer in https://github.com/Myriad-Dreamin/tinymist/pull/1737, https://github.com/Myriad-Dreamin/tinymist/pull/1797 and https://github.com/Myriad-Dreamin/tinymist/pull/1814 + * This includes few significant changes. For more details, see https://enter-tainer.github.io/typstyle/changelog/#v01311---2025-06-14 ### Editor