Skip to content

Commit

Permalink
chore: bump minor version
Browse files Browse the repository at this point in the history
Important changes:
* reduce collapsing of various multiple single-line comments
* fixed extra spaces in if-expressions with negation (#24)
* fixed precedence for quantifiers and `&&&` and `|||` (#26)
* handle macro call statements (#27)
* improved handling of non-inline single-line comments (#28)
  • Loading branch information
jaybosamiya committed Feb 13, 2024
1 parent df2d2a4 commit 87818d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "verusfmt"
version = "0.1.6"
version = "0.2.0"
edition = "2021"
autoexamples = false
license = "MIT"
Expand Down

0 comments on commit 87818d8

Please sign in to comment.