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 Apr 2, 2024
1 parent 0b733ff commit d3dda00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# v0.2.11

* Improve handling of `rustfmt.toml` for non-`verus!` code
- Rather than picking up `rustfmt.toml` based on working directory, it is now picked up based on the file being formatted. This now matches the search that `rustfmt` itself does.

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.10"
version = "0.2.11"
edition = "2021"
autoexamples = false
license = "MIT"
Expand Down

0 comments on commit d3dda00

Please sign in to comment.