watchexec/crates/filterer/tagged/CHANGELOG.md

877 B

Changelog

Next (YYYY-MM-DD)

  • Deps: miette 7

v2.0.0 (2024-01-01)

  • Depend on watchexec-events instead of the watchexec re-export.

v1.0.0 (2023-12-10)

  • Officially deprecate (crate is now unmaintained).
  • Depend on watchexec-events instead of the watchexec re-export.
  • Remove error diagnostic codes.
  • Deps: upgrade Tokio requirement to 1.32.

v0.3.0 (2023-03-18)

  • Ditch MSRV policy. The rust-version indication will remain, for the minimum estimated Rust version for the code features used in the crate's own code, but dependencies may have already moved on. From now on, only latest stable is assumed and tested for. (#510)

v0.2.0 (2023-01-09)

  • MSRV: bump to 1.61.0

v0.1.1 (2022-09-07)

  • Deps: update miette to 5.3.0

v0.1.0 (2022-06-23)

  • Initial release as a separate crate.