watchexec/crates/filterer/globset/CHANGELOG.md

30 lines
738 B
Markdown
Raw Normal View History

2022-06-15 05:25:05 +02:00
# Changelog
## Next (YYYY-MM-DD)
2024-04-20 15:03:58 +02:00
- Deps: watchexec 4
## v3.0.0 (2024-01-01)
- Deps: `watchexec-filterer-ignore` and `ignore-files`
## v2.0.1 (2023-12-09)
2023-11-26 04:01:13 +01:00
- Depend on `watchexec-events` instead of the `watchexec` re-export.
## v1.2.0 (2023-03-18)
2023-03-02 03:33:39 +01:00
- 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](https://github.com/watchexec/watchexec/pull/510))
## v1.1.0 (2023-01-09)
2023-01-06 15:14:42 +01:00
- MSRV: bump to 1.61.0
## v1.0.1 (2022-09-07)
- Deps: update miette to 5.3.0
## v1.0.0 (2022-06-23)
2022-06-15 05:25:05 +02:00
- Initial release as a separate crate.