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-ms committed Sep 25, 2024
1 parent 528d373 commit 8f026df
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.4.2

* Improved handling of comments around clauses/stanzas
- Each comment now maintains loyalty to the clause the user picked it to stay with, rather than automatically migrating to the previous clause in the presence of `assert ... by { ... }`-style constructs
* Support parsing for const generic literals
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.4.1"
version = "0.4.2"
edition = "2021"
autoexamples = false
license = "MIT"
Expand Down

0 comments on commit 8f026df

Please sign in to comment.