Skip to content

Releases: watchexec/cargo-watch

v7.1.0: finish/start message improvements

27 Jan 07:18
Compare
Choose a tag to compare
  • 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

26 Jan 06:13
Compare
Choose a tag to compare

v7.0.8

29 Dec 04:35
Compare
Choose a tag to compare
7.0.8

v7.0.7: default ignores for SQLite

29 Oct 05:58
Compare
Choose a tag to compare

#82 (comment) — SQLite files are now ignored by default

v7.0.6: Windows MSVC builds

19 Oct 11:36
Compare
Choose a tag to compare

As well as the GNU ones.

7.0.5: bringing over better emacs/vim ignores

19 Oct 08:32
Compare
Choose a tag to compare

#100 — thanks to Bruce Guenter — patch

7.0.4: because I broke watchexec, and thus 7.0.3

09 Sep 04:18
Compare
Choose a tag to compare

v7.0.3

09 Sep 03:13
Compare
Choose a tag to compare
7.0.3

v7.0.2

21 Aug 06:26
Compare
Choose a tag to compare
  • Updated watchexec
  • Set up CI for automated builds to releases

v7.0.1

21 Aug 05:38
Compare
Choose a tag to compare

#96 — On Windows, fix build — patch