Skip to content

Commit

Permalink
chore: bump the patch version
Browse files Browse the repository at this point in the history
A new patch, since we are moving to a new location.

With this, crates.io should reflect the new location accurately.
  • Loading branch information
jaybosamiya committed Feb 23, 2024
1 parent 1f42e62 commit 1508d14
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Unreleased

# v0.2.4

* Move verusfmt to the verus-lang organization: https://github.com/verus-lang/verusfmt

# v0.2.3

* Don't drop "?" or "~" from type bounds
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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "verusfmt"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
autoexamples = false
license = "MIT"
description = "An opinionated formatter for Verus"
homepage = "https://github.com/jaybosamiya/verusfmt"
repository = "https://github.com/jaybosamiya/verusfmt"
homepage = "https://github.com/verus-lang/verusfmt"
repository = "https://github.com/verus-lang/verusfmt"
readme = "README.md"
keywords = ["verus", "formatter", "pretty-printer"]
categories = ["development-tools"]
Expand Down

0 comments on commit 1508d14

Please sign in to comment.