• v0.1.1 66e90805f4

    navicore released this 2026-03-06 22:08:13 +00:00 | 49 commits to main since this release

    What's Changed

    New Contributors

    Full Changelog: https://github.com/navicore/patch-prolog/commits/v0.1.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