Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
release 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
astrale-sharp committed Dec 6, 2023
1 parent 0c873d3 commit 46b4ec3
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 72 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Latest

# Release 0.2.7

- String literal preserved in math mode @monaqa
- fix indent problems with raw code (hacky)
- global config: renamed `default-config` to `typstfmt` @Andrew Voynov
- improves max_len checking (first line of node still doesn't respect it)
- Implement Math Block Align @taooceros

# Release 0.2.6

- remove header in stdout unless there is a panic
Expand Down
142 changes: 71 additions & 71 deletions 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
Expand Up @@ -3,7 +3,7 @@ members = ["lib"]
resolver = "2"

[workspace.package]
version = "0.2.6"
version = "0.2.7"
edition = "2021"
authors = ["Astrale <[email protected]>"]
rust-version = "1.56"
Expand Down

0 comments on commit 46b4ec3

Please sign in to comment.