• v0.2.0 e8b8d00c25

    navicore released this 2026-03-07 00:47:55 +00:00 | 45 commits to main since this release

    What's Changed

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

    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