Skip to content

Commit 89aa9db

Browse files
committed
chore: bump to v0.13.17
1 parent 35e1e62 commit 89aa9db

File tree

3 files changed

+13
-27
lines changed

3 files changed

+13
-27
lines changed

CHANGELOG.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v0.13.17 - [2025-08-03]
44

55
### Core
66

@@ -22,7 +22,7 @@
2222
```typst
2323
$ a $
2424
```
25-
enabling inline block switching by adjusting the space after the opening `$`.
25+
enabling inline block switching by adjusting the space after the opening `$`.
2626

2727
- Feature: Raw blocks are combinable now.
2828

@@ -31,21 +31,6 @@
3131

3232
- Feature: Indent the body of strong or emph expressions when not using the compact layout.
3333

34-
- Feature (breaking): Changed the return type of `Typstyle::format_source_range` from a tuple to the struct `RangeResult`.
35-
36-
- Feature: Added WASM bindings of range formatting in `typstyle-wasm` and `typstyle-typlugin`.
37-
38-
- Feature: Improved range coverage in range formatting.
39-
In this example,
40-
```typst
41-
line1
42-
line2
43-
line3
44-
```
45-
when the given range only covers `line1` and `line2`, `line3` was also formatted. Now only the specified lines are formatted. Applies to Markup, Code, and Math nodes.
46-
47-
- Feature: Reduced indentation size in the output AST/IR from 4 spaces to 2.
48-
4934
- Fix: Corrected misplaced standalone comments in method chains.
5035
In this example,
5136
```typst
@@ -96,6 +81,7 @@
9681
- Feature: Added a loading spinner and error boundary.
9782
- Feature: Toggle word wrap in the source editor.
9883
- Feature: Option to display only the formatted selection’s output.
84+
- Feature: Reduced indentation size in the output AST/IR from 4 spaces to 2.
9985

10086
### Documentation
10187

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["crates/*", "tests"]
44
default-members = ["crates/typstyle"]
55

66
[workspace.package]
7-
version = "0.13.16"
7+
version = "0.13.17"
88
rust-version = "1.83"
99
edition = "2021"
1010
authors = ["Wenzhuo Liu"]
@@ -15,9 +15,9 @@ repository = "https://github.com/typstyle-rs/typstyle"
1515
homepage = "https://typstyle-rs.github.io/typstyle/"
1616

1717
[workspace.dependencies]
18-
typstyle-core = { path = "crates/typstyle-core", version = "0.13.16" }
19-
typstyle = { path = "crates/typstyle", version = "0.13.16" }
20-
typstyle-wasm = { path = "crates/typstyle-wasm", version = "0.13.16" }
18+
typstyle-core = { path = "crates/typstyle-core", version = "0.13.17" }
19+
typstyle = { path = "crates/typstyle", version = "0.13.17" }
20+
typstyle-wasm = { path = "crates/typstyle-wasm", version = "0.13.17" }
2121
typstyle-consistency = { path = "crates/typstyle-consistency" }
2222

2323
# Used in core

0 commit comments

Comments
 (0)