watchexec v1.9.1 Release Notes

Release Date: 2018-09-09 // over 5 years ago
    • #74 — Watchexec no longer panics on missing folders — patch1, 2
    • #95 — Fix issues with whitespace in commands — patch2
    • 🐧 #96 — Add install instructions for Arch Linux — docs
    • 🚀 Create a Debian package on release — releng
    • ➕ Add install instructions for Debian — docs

    📜 1: Other changes were added following this to convert more panics into normal errors: some glob parsing errors, and file watcher initialisation errors.

    📌 2: These changes also cause a breaking changes to the library interface, but this is not considered in the version numbers (i.e. if you use it, pin it). From cursory investigation only cargo-watch is a consumer and changes there in consequence are coordinated.