• v0.5.0 afef499603

    v0.5.0
    All checks were successful
    Release / Publish to crates.io (push) Successful in 2m11s
    Stable

    navicore released this 2026-06-02 23:14:18 +00:00 | 1 commits to main since this release

    infix and prefix complete

    Downloads
  • v0.4.1 2c6d87dbdb

    v0.4.1
    All checks were successful
    Release / Publish to crates.io (push) Successful in 2m11s
    Stable

    navicore released this 2026-06-02 18:53:04 +00:00 | 10 commits to main since this release

    --version support

    Downloads
  • v0.4.0 dd79a2ddd1

    v0.4.0
    All checks were successful
    Release / Publish to crates.io (push) Successful in 2m12s
    Stable

    navicore released this 2026-06-02 18:37:27 +00:00 | 13 commits to main since this release

    prlg binary and publish to crates.io

    Downloads
  • v0.3.1 9980404dbe

    v0.3.1 Stable

    navicore released this 2026-05-28 22:23:57 +00:00 | 26 commits to main since this release

    fix eq

    Downloads
  • v0.3.0 38330ba5af

    v0.3.0 Stable

    navicore released this 2026-05-28 22:11:40 +00:00 | 27 commits to main since this release

    run

    Downloads
  • v0.2.1 c995c126f1

    navicore released this 2026-03-07 02:35:25 +00:00 | 39 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
  • v0.2.0 e8b8d00c25

    navicore released this 2026-03-07 00:47:55 +00:00 | 44 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
  • v0.1.1 66e90805f4

    navicore released this 2026-03-06 22:08:13 +00:00 | 48 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