Skip to content

Commit

Permalink
chore: bump to v0.11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Enter-tainer committed Apr 5, 2024
1 parent cb02bd2 commit e5636ba
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog

## v0.11.11 - [2024-04-05]

- Fix set rules args are always spread into multiple lines. It now behaves like function call args.

For example, this code:
```typ
#set text( font: body-font,
lang: "zh", region: "cn",
)
```

After formatting, it will become:
```typ
#set text(font: body-font, lang: "zh", region: "cn")
```

- Fix flavor detection for function call args. It now works correctly when the first space in the args contains a newline.

## v0.11.10 - [2024-04-02]

- Block math equations are no longer indented.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "typstyle"
version = "0.11.10"
version = "0.11.11"
edition = "2021"
authors = ["Wenzhuo Liu"]
license-file = "LICENSE"
Expand Down

0 comments on commit e5636ba

Please sign in to comment.