Skip to content

Commit eb9235e

Browse files
committed
chore: update version to 0.13.8 and add changelog entries
1 parent fcfe896 commit eb9235e

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CHANGELOG.md

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

3+
## v0.13.8 - [2025-05-21]
4+
5+
- Bug fix: typstyle previously will break inline equations if they has alignments. Now it is fixed. It will never add paddings to align inline equations now.
6+
- Feature: typstyle doesn't enforce trailing backslash in math equations with alignments now.
7+
- Feature: Previously, typstyle will try to put the last argument of a function call in the same line as the function call when certain conditions are met. Now it is enhanced. In this version, if the last argument is an array or a dict, typstyle will only do this if it is the only array/dict argument.
8+
39
## v0.13.7 - [2025-05-15]
410

511
- Cli: typstyle now supports formatting dirs natively. You can use `typstyle -i <dir>` to format all files in the directory. Given that, `typstyle format-all` is deprecated and will be removed in the future.

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 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.7"
7+
version = "0.13.8"
88
rust-version = "1.83"
99
edition = "2021"
1010
authors = ["Wenzhuo Liu"]
@@ -14,8 +14,8 @@ repository = "https://github.com/Enter-tainer/typstyle"
1414
homepage = "https://enter-tainer.github.io/typstyle/"
1515

1616
[workspace.dependencies]
17-
typstyle-core = { path = "crates/typstyle-core", version = "0.13.7" }
18-
typstyle = { path = "crates/typstyle", version = "0.13.7" }
17+
typstyle-core = { path = "crates/typstyle-core", version = "0.13.8" }
18+
typstyle = { path = "crates/typstyle", version = "0.13.8" }
1919
typstyle-consistency = { path = "crates/typstyle-consistency" }
2020

2121
# Used in core

0 commit comments

Comments
 (0)