• v0.1.8 ea3a7ca2dd

    Lux v0.1.8 Stable

    blu released this 2026-02-20 16:50:25 -05:00 | 18 commits to master since this release

    Lux v0.1.8

    Changes

    • chore: bump version to 0.1.8
    • feat: add List.findIndex, List.zip, List.flatten, List.contains
    • feat: add File.tryRead, File.tryWrite, File.tryDelete returning Result

    Installation

    curl -Lo lux https://git.qrty.ink/blu/lux/releases/download/v0.1.8/lux-linux-x86_64
    chmod +x lux
    ./lux --version
    
    Downloads