Skip to content

Releases: pace-rs/pace

pace_core-v0.9.0

22 Feb 13:47
baab0bb
Compare
Choose a tag to compare

Fixed

  • (deps) update serde monorepo to 1.0.197 (#40)
  • (clippy) apply clippy lints for main

Other

  • cleanup crates
  • Improve testability and overall usability (#37)
  • add pace-server library
  • update asset auto size
  • (deps) remove unnecessary async dep bloat (tokio, condvar, futures)

pace_cli-v0.2.1

22 Feb 13:48
baab0bb
Compare
Choose a tag to compare

Other

  • Improve testability and overall usability (#37)
  • add pace-server library
  • update asset auto size

0.7.1 - 2024-02-22

22 Feb 13:56
baab0bb
Compare
Choose a tag to compare

Release Notes

Fixed

  • (deps) update serde monorepo to 1.0.197 (#40)
  • (clippy) apply clippy lints for main

Other

  • update command overview to reflect better the implementation status of several commands
  • cleanup crates
  • Improve testability and overall usability (#37)
  • (deps) update rust crate assert_cmd to 2.0.14 (#39)
  • update changelog
  • add pace-server library
  • harmonize github workflows
  • update asset auto size
  • rework key for commands and enhanced plausibility
  • (deps) remove unnecessary async dep bloat (tokio, condvar, futures)

Install pace-rs 0.7.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

irm https://github.com/pace-rs/pace/releases/download/pace-rs-v0.7.1/pace-rs-installer.ps1 | iex

Download pace-rs 0.7.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

pace_server-v0.1.0

19 Feb 09:20
5b56211
Compare
Choose a tag to compare
chore: add pace-server library

pace_core-v0.8.0

17 Feb 01:42
83fb6b0
Compare
Choose a tag to compare

Added

  • (api) [breaking] refine core api and cleanup library interfaces

Other

  • implement more tests for ActivityStore and setup code coverage (#31)
  • update discussions link

pace_cli-v0.2.0

17 Feb 01:43
83fb6b0
Compare
Choose a tag to compare

Added

  • (api) [breaking] refine core api and cleanup library interfaces

Other

  • update discussions link

0.7.0 - 2024-02-17

17 Feb 02:08
83fb6b0
Compare
Choose a tag to compare

Release Notes

Added

  • (api) [breaking] refine core api and cleanup library interfaces

Fixed

  • (deps) update rust crate clap_complete to 4.5.1 (#33)

Other

  • format dprint.json
  • ignore changelog for easier releases
  • revert fix body in changelog for release-plz because it's not useful
  • fix body in changelog for release-plz
  • remove digests from steps, due high maintenance effort
  • implement more tests for ActivityStore and setup code coverage (#31)
  • update discussions link

Install pace-rs 0.7.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

irm https://github.com/pace-rs/pace/releases/download/pace-rs-v0.7.0/pace-rs-installer.ps1 | iex

Download pace-rs 0.7.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

pace_core-v0.7.0

16 Feb 05:41
63183a0
Compare
Choose a tag to compare

Added

  • (activity) use only seconds for duration

Other

  • (storage) implement in-memory storage
    (#28)
  • remove usage from library readmes as it's cumbersome to update and crates.io
    gives good advices anyway
  • update domain

pace_cli-v0.1.3

16 Feb 05:41
63183a0
Compare
Choose a tag to compare

Other

  • (storage) implement in-memory storage
    (#28)
  • remove usage from library readmes as it's cumbersome to update and crates.io
    gives good advices anyway
  • update domain

0.6.3 - 2024-02-16

16 Feb 06:09
63183a0
Compare
Choose a tag to compare

Release Notes

Added

  • (activity) use only seconds for duration
  • (cli) implement overriding config values with global cli arguments
    (-a/--activity_log_file)

Other

  • (storage) implement in-memory storage
    (#28)
  • remove usage from library readmes as it's cumbersome to update and crates.io
    gives good advices anyway
  • add pr command to Justfile
  • update example data filename
  • add release plz action
  • update domain

Install pace-rs 0.6.3

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

irm https://github.com/pace-rs/pace/releases/download/pace-rs-v0.6.3/pace-rs-installer.ps1 | iex

Download pace-rs 0.6.3

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