Skip to content

0.0.10

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Feb 08:41
781b6ac

Release Notes

Breaking changes

Warning: This release changed the store layout, it's recommended to delete the old store and install from scratch.

To delete the old store, run:

rm -rf ~/.cache/prefligit

Enhancements

  • Restructure store folders layout (#181)
  • Fallback some env vars to to pre-commit (#175)
  • Save patches to $PREFLIGIT_HOME/patches (#182)

Bug fixes

  • Fix removing git env vars (#176)
  • Fix typo in Cargo.toml (#160)

Other changes

  • Do not publish to crates.io (#191)
  • Bump cargo-dist to v0.28.0 (#170)
  • Bump uv version to 0.6.0 (#184)
  • Configure Renovate (#168)
  • Format sample config output (#172)
  • Make env vars a shareable crate (#171)
  • Reduce String alloc (#166)
  • Skip common git flags in command trace log (#162)
  • Update Rust crate clap to v4.5.29 (#173)
  • Update Rust crate which to v7.0.2 (#163)
  • Update astral-sh/setup-uv action to v5 (#164)
  • Upgrade Rust to 1.84 and upgrade dependencies (#161)

Install prefligit 0.0.10

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prefligit/releases/download/v0.0.10/prefligit-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prefligit/releases/download/v0.0.10/prefligit-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install j178/tap/prefligit

Download prefligit 0.0.10

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