diff --git a/Cargo.lock b/Cargo.lock index c06c5667..3994273d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -863,7 +863,7 @@ dependencies = [ [[package]] name = "rolldown-notify" -version = "9.1.1" +version = "10.0.0" dependencies = [ "bitflags 2.10.0", "criterion", @@ -886,7 +886,7 @@ dependencies = [ [[package]] name = "rolldown-notify-debouncer-full" -version = "0.7.2" +version = "0.7.3" dependencies = [ "crossbeam-channel", "deser-hjson", @@ -904,7 +904,7 @@ dependencies = [ [[package]] name = "rolldown-notify-debouncer-mini" -version = "0.8.2" +version = "0.8.3" dependencies = [ "crossbeam-channel", "flume", diff --git a/Cargo.toml b/Cargo.toml index e65e718e..fb5aab5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,9 +94,9 @@ libc = "0.2.4" tracing = "0.1.41" mio = { version = "1.0", features = ["os-ext"] } web-time = "1.1.0" -rolldown-notify = { version = "9.1.1", path = "notify" } -rolldown-notify-debouncer-full = { version = "0.7.2", path = "notify-debouncer-full" } -rolldown-notify-debouncer-mini = { version = "0.8.2", path = "notify-debouncer-mini" } +rolldown-notify = { version = "10.0.0", path = "notify" } +rolldown-notify-debouncer-full = { version = "0.7.3", path = "notify-debouncer-full" } +rolldown-notify-debouncer-mini = { version = "0.8.3", path = "notify-debouncer-mini" } rolldown-notify-types = { version = "2.0.2", path = "notify-types" } pretty_assertions = "1.3.0" rstest = "0.26.0" diff --git a/notify-debouncer-full/CHANGELOG.md b/notify-debouncer-full/CHANGELOG.md index ea09c83f..c051cc8a 100644 --- a/notify-debouncer-full/CHANGELOG.md +++ b/notify-debouncer-full/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.3](https://github.com/rolldown/notify/compare/rolldown-notify-debouncer-full-v0.7.2...rolldown-notify-debouncer-full-v0.7.3) - 2025-12-19 + +### Other + +- updated the following local packages: rolldown-notify + ## [0.7.2](https://github.com/rolldown/notify/compare/rolldown-notify-debouncer-full-v0.7.1...rolldown-notify-debouncer-full-v0.7.2) - 2025-12-18 ### Other diff --git a/notify-debouncer-full/Cargo.toml b/notify-debouncer-full/Cargo.toml index 8c51d535..91fa5330 100644 --- a/notify-debouncer-full/Cargo.toml +++ b/notify-debouncer-full/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rolldown-notify-debouncer-full" -version = "0.7.2" +version = "0.7.3" description = "notify event debouncer optimized for ease of use" documentation = "https://docs.rs/notify-debouncer-full" authors = ["Daniel Faust "] diff --git a/notify-debouncer-mini/CHANGELOG.md b/notify-debouncer-mini/CHANGELOG.md index d4fb42b0..c2f33c30 100644 --- a/notify-debouncer-mini/CHANGELOG.md +++ b/notify-debouncer-mini/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.3](https://github.com/rolldown/notify/compare/rolldown-notify-debouncer-mini-v0.8.2...rolldown-notify-debouncer-mini-v0.8.3) - 2025-12-19 + +### Other + +- updated the following local packages: rolldown-notify + ## [0.8.2](https://github.com/rolldown/notify/compare/rolldown-notify-debouncer-mini-v0.8.1...rolldown-notify-debouncer-mini-v0.8.2) - 2025-12-18 ### Other diff --git a/notify-debouncer-mini/Cargo.toml b/notify-debouncer-mini/Cargo.toml index c99d6451..319b6c03 100644 --- a/notify-debouncer-mini/Cargo.toml +++ b/notify-debouncer-mini/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rolldown-notify-debouncer-mini" -version = "0.8.2" +version = "0.8.3" description = "notify mini debouncer for events" documentation = "https://docs.rs/notify-debouncer-mini" authors = ["Aron Heinecke "] diff --git a/notify/CHANGELOG.md b/notify/CHANGELOG.md index 9039390e..b51ca22b 100644 --- a/notify/CHANGELOG.md +++ b/notify/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [10.0.0](https://github.com/rolldown/notify/compare/rolldown-notify-v9.1.1...rolldown-notify-v10.0.0) - 2025-12-19 + +### Other + +- [**breaking**] remove implicit dependency named features ([#61](https://github.com/rolldown/notify/pull/61)) +- consolidate paths to parent path when threshold exceeded for fsevents watcher ([#60](https://github.com/rolldown/notify/pull/60)) +- only watch the top-most path for fsevents watcher ([#59](https://github.com/rolldown/notify/pull/59)) +- simplify path to CFString conversion ([#58](https://github.com/rolldown/notify/pull/58)) +- use `objc2-core-*` instead of `fsevent-sys` ([#57](https://github.com/rolldown/notify/pull/57)) +- rename `recursive_info` to `watches` in fsevents watcher ([#55](https://github.com/rolldown/notify/pull/55)) + ## [9.1.1](https://github.com/rolldown/notify/compare/rolldown-notify-v9.1.0...rolldown-notify-v9.1.1) - 2025-12-18 ### Fixed diff --git a/notify/Cargo.toml b/notify/Cargo.toml index 34246f86..53966f9d 100644 --- a/notify/Cargo.toml +++ b/notify/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rolldown-notify" -version = "9.1.1" +version = "10.0.0" description = "Cross-platform filesystem notification library" documentation = "https://docs.rs/notify" readme = "../README.md"