Skip to content

Commit

Permalink
chore: bump to v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Enter-tainer committed Nov 3, 2024
1 parent fc7b3e5 commit 242778a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## v0.12.1 - [2024-11-03]

- Typstyle now keeps spaces around math-delimited when there is already space around it. This prevents a bug when removing the space can cause wrong format result.

For example, this code:
```typst
$[ | | ]$
```

Previous:

```typst
$[| |]$
```

Now it is fixed.

## v0.12.0 - [2024-10-19]

- Bump to typst v0.12.0
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.12.0"
version = "0.12.1"
edition = "2021"
authors = ["Wenzhuo Liu"]
license = "Apache-2.0"
Expand Down

0 comments on commit 242778a

Please sign in to comment.