Skip to content

0.2.0 - 2026-08-08

Choose a tag to compare

@github-actions github-actions released this 08 Aug 20:10
e52c355

Release Notes

Added

  • Homebrew installs via brew install fixture-dev/tap/lash. Each release
    publishes a generated formula to the fixture-dev/homebrew-tap repo, covering
    macOS and Linux on both x86_64 and arm64.

Fixed

  • File watcher shutdown is now synchronous: dropping the handle signals the
    debouncer, drops the watcher, and joins the thread, so no path can be emitted
    once drop returns.

Install lash 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/fixture-dev/lash/releases/download/v0.2.0/lash-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/fixture-dev/lash/releases/download/v0.2.0/lash-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install fixture-dev/tap/lash

Download lash 0.2.0

File Platform Checksum
lash-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
lash-x86_64-apple-darwin.tar.xz Intel macOS checksum
lash-x86_64-pc-windows-msvc.zip x64 Windows checksum
lash-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
lash-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum