Skip to content

0.9.2 — 2026-06-01

Choose a tag to compare

@github-actions github-actions released this 01 Jun 20:36
0334c9d

Release Notes

Fixed

  • git-prism shim install now creates a stable symlink target on Homebrew installs. Previously canonicalize() resolved the full symlink chain, baking the version-pinned Cellar path (/opt/homebrew/Cellar/git-prism/<version>/bin/git-prism) into the shim. Every brew upgrade moved the binary to a new Cellar directory and GC'd the old one, leaving the shim pointing at a deleted file. The install logic now detects a Homebrew Cellar layout by looking for a Cellar component in the canonical exe path and maps it to <prefix>/bin/git-prism — the stable symlink Homebrew maintains across upgrades. Non-Homebrew installs (cargo, source builds) are unaffected. git-prism shim status now includes an advisory warning when the current shim target contains a Cellar path component, prompting the user to re-run git-prism shim install. (#343)

Install git-prism 0.9.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mikelane/git-prism/releases/download/v0.9.2/git-prism-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/mikelane/git-prism/releases/download/v0.9.2/git-prism-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install mikelane/tap/git-prism

Download git-prism 0.9.2

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