Skip to content

Commit

Permalink
chore: bump to v0.11.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Enter-tainer committed May 11, 2024
1 parent 62de1be commit a2d929e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## v0.11.19 - [2024-05-11]

- Typstyle now indent block math equations.

For example, this code:
```typ
$
E = mc^2
$
```

Now it will be formatted as:
```typ
$
E = mc^2
$
```

## v0.11.18 - [2024-05-09]

- Typstyle now can keep line comments attached to the end of the line when formatting code blocks.
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typstyle"
version = "0.11.18"
version = "0.11.19"
edition = "2021"
authors = ["Wenzhuo Liu"]
license-file = "LICENSE"
Expand Down

0 comments on commit a2d929e

Please sign in to comment.