Skip to content

Commit

Permalink
chore: bump the patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybosamiya committed Feb 28, 2024
1 parent ccac41b commit 75da34d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Unreleased

* When running verusfmt on multiple files, continue attempting files even if one in the middle fails
* Fix idempotency issue of `verus!` macro inside a `macro_rules!` definition
# v0.2.6

* When running verusfmt on multiple files, continue attempting files even if one in the middle fails (#37)
* Fix collection of idempotency issues caused by rustfmt (#38)
- rustfmt would modify code inside of `verus! { ... }` after verusfmt has already formatted it in certain cases
- Verusfmt now prevents rustfmt from modifying code inside the Verus macro, through a collapse/expand operation

# v0.2.5

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 = "verusfmt"
version = "0.2.5"
version = "0.2.6"
edition = "2021"
autoexamples = false
license = "MIT"
Expand Down

0 comments on commit 75da34d

Please sign in to comment.