Skip to content

0.13.0 - 2024-03-07

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 04:31
· 107 commits to main since this release
25733ed

Release Notes

Added

  • (insights) export insights to json and temporary html template (#73)

Fixed

  • (deps) update rust crate chrono to 0.4.35 (#72)

Other

  • (time) implement more time based functionality and add more testing (#71)
  • add more debug prints in verbose mode
  • pull out art for easier replacement
  • (debug) use tracing and debug! macro to add some more structured logging to pace_core (#70)
  • (error) [breaking] remove expect/unwrap from codebase (#69)
  • (deps) move insta to dev dependencies
  • (deps) update rust crate insta to 1.36.1 (#68)
  • (deps) update rust crate insta to 1.36.0 (#66)

Install pace-rs 0.13.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/pace-rs/pace/releases/download/pace-rs-v0.13.0/pace-rs-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/pace-rs/pace/releases/download/pace-rs-v0.13.0/pace-rs-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install pace-rs/homebrew-tap/pace-rs

Download pace-rs 0.13.0

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