Skip to content

0.15.1 - 2024-03-24

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Mar 15:13
· 8 commits to main since this release
e04f32c

Release Notes

Added

  • (template) implement html and markdown templating for reflections (#105)
  • (commands) set short version of time zone arguments and case-sensitive

Other

  • (deps) update rust crate rayon to 1.10.0 (#106)
  • update user docs pdf
  • update readme for docs directory
  • add documentation and embed in dist package + add updater command in justfile

Install pace-rs 0.15.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/pace-rs/pace/releases/download/pace-rs-v0.15.1/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.15.1/pace-rs-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

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

Download pace-rs 0.15.1

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