Skip to content

Releases: verus-lang/verusfmt

v0.2.3

21 Feb 02:05
Compare
Choose a tag to compare

Release Notes

  • Don't drop "?" or "~" from type bounds

Install verusfmt 0.2.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jaybosamiya/verusfmt/releases/download/v0.2.3/verusfmt-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/jaybosamiya/verusfmt/releases/download/v0.2.3/verusfmt-installer.ps1 | iex

Download verusfmt 0.2.3

File Platform Checksum
verusfmt-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
verusfmt-x86_64-apple-darwin.tar.xz Intel macOS checksum
verusfmt-x86_64-pc-windows-msvc.zip x64 Windows checksum
verusfmt-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.2.2

20 Feb 21:38
Compare
Choose a tag to compare

Release Notes

  • Allow (bare) trigger attributes to be inline, rather than always on their own line

Install verusfmt 0.2.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jaybosamiya/verusfmt/releases/download/v0.2.2/verusfmt-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/jaybosamiya/verusfmt/releases/download/v0.2.2/verusfmt-installer.ps1 | iex

Download verusfmt 0.2.2

File Platform Checksum
verusfmt-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
verusfmt-x86_64-apple-darwin.tar.xz Intel macOS checksum
verusfmt-x86_64-pc-windows-msvc.zip x64 Windows checksum
verusfmt-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.2.1

19 Feb 18:03
Compare
Choose a tag to compare

Install verusfmt 0.2.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jaybosamiya/verusfmt/releases/download/v0.2.1/verusfmt-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/jaybosamiya/verusfmt/releases/download/v0.2.1/verusfmt-installer.ps1 | iex

Download verusfmt 0.2.1

File Platform Checksum
verusfmt-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
verusfmt-x86_64-apple-darwin.tar.xz Intel macOS checksum
verusfmt-x86_64-pc-windows-msvc.zip x64 Windows checksum
verusfmt-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Changes since v0.2.0

  • Add support for new spec_fn
  • Update handling for fn_trait_types
  • Add support for const params
  • Add support for opens_invariants
  • Improve handling of comples self-params (e.g., tracked '&a self)
  • Introduce #[verusfmt::skip] (#31)
  • Add support for new -> and matches expressions (#32)

v0.2.0

13 Feb 03:06
Compare
Choose a tag to compare

Install verusfmt 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jaybosamiya/verusfmt/releases/download/v0.2.0/verusfmt-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/jaybosamiya/verusfmt/releases/download/v0.2.0/verusfmt-installer.ps1 | iex

Download verusfmt 0.2.0

File Platform Checksum
verusfmt-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
verusfmt-x86_64-apple-darwin.tar.xz Intel macOS checksum
verusfmt-x86_64-pc-windows-msvc.zip x64 Windows checksum
verusfmt-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Changes since v0.1.6

  • 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)