Releases: watchexec/cargo-watch
Releases · watchexec/cargo-watch
v7.1.0: finish/start message improvements
- No more quotes or escapes for the start/finish messages, fixing #112.
- The start message was brought into Rust code rather than shell, so quoting doesn't affect it anymore! This may help a few other issues (e.g. #107).
- The finish message is printed regardless of whether the command is successful or not.
- On unixes only for now, the exit status is now reported as part of the finish message.
- LTO and codegen optimisations are now enabled for release builds.
v7.0.9: fixes through upgrade
- #93 and #110 fixed through the Watchexec 1.10.0 release
v7.0.8
v7.0.7: default ignores for SQLite
— #82 (comment) — SQLite files are now ignored by default
v7.0.6: Windows MSVC builds
As well as the GNU ones.
7.0.5: bringing over better emacs/vim ignores
#100 — thanks to Bruce Guenter — patch
7.0.4: because I broke watchexec, and thus 7.0.3
v7.0.4 Add deb packaging