Skip to content

CLI v1.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 May 14:25
· 841 commits to main since this release
cli-v1.16.0
  • 🍏 New: build config for Apple M1 builds, which will become available sometime in May/June
  • 🦾 New: Windows ARM builds
  • 🖊️ #99 #185 #171 Use clearscreen library. This should in particular help with the -c flag on Windows, and provide a more consistent experience (as much as is possible) everywhere.
  • 🚨 Change: project split into two-package workspace.
    • ⚠️ Use cargo install watchexec-cli when installing via cargo.
    • 📦 Prefer cargo binstall watchexec-cli when installing via cargo-binstall, though cargo binstall watchexec will still work for now but will rapidly stop working well as the versions diverge.
    • ↪️ A stub main.rs is in place which will direct you to install watchexec-cli when using cargo install watchexec. This stub will go away in a future release.
    • 📚 The watchexec crate is now the library only and is versioned separately from the binary, which means semver now applies.