• v0.2.1 c995c126f1

    navicore released this 2026-03-07 02:35:25 +00:00 | 40 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/navicore/patch-prolog/compare/v0.2.0...v0.2.1

    Binary Downloads

    Pre-built binaries are available for:

    • Linux x86_64 (statically linked, works on any Linux)
    • macOS ARM64 (Apple Silicon)
    • macOS x86_64 (Intel, if available)

    Installation

    # Via crates.io
    cargo install patch-prolog
    
    # Or download a binary and make it executable
    chmod +x patch-prolog-*
    

    macOS Quarantine

    macOS quarantines unsigned binaries. After downloading, remove the quarantine:

    xattr -d com.apple.quarantine ./patch-prolog-macos-*
    
    Downloads