File tree Expand file tree Collapse file tree 8 files changed +32
-9
lines changed
Expand file tree Collapse file tree 8 files changed +32
-9
lines changed Original file line number Diff line number Diff line change @@ -94,9 +94,9 @@ libc = "0.2.4"
9494tracing = " 0.1.41"
9595mio = { version = " 1.0" , features = [" os-ext" ] }
9696web-time = " 1.1.0"
97- rolldown-notify = { version = " 9.1.1 " , path = " notify" }
98- rolldown-notify-debouncer-full = { version = " 0.7.2 " , path = " notify-debouncer-full" }
99- rolldown-notify-debouncer-mini = { version = " 0.8.2 " , path = " notify-debouncer-mini" }
97+ rolldown-notify = { version = " 10.0.0 " , path = " notify" }
98+ rolldown-notify-debouncer-full = { version = " 0.7.3 " , path = " notify-debouncer-full" }
99+ rolldown-notify-debouncer-mini = { version = " 0.8.3 " , path = " notify-debouncer-mini" }
100100rolldown-notify-types = { version = " 2.0.2" , path = " notify-types" }
101101pretty_assertions = " 1.3.0"
102102rstest = " 0.26.0"
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 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
11+
12+ ### Other
13+
14+ - updated the following local packages: rolldown-notify
15+
1016## [ 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
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " rolldown-notify-debouncer-full"
3- version = " 0.7.2 "
3+ version = " 0.7.3 "
44description = " notify event debouncer optimized for ease of use"
55documentation = " https://docs.rs/notify-debouncer-full"
66authors = [" Daniel Faust <hessijames@gmail.com>" ]
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 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
11+
12+ ### Other
13+
14+ - updated the following local packages: rolldown-notify
15+
1016## [ 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
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " rolldown-notify-debouncer-mini"
3- version = " 0.8.2 "
3+ version = " 0.8.3 "
44description = " notify mini debouncer for events"
55documentation = " https://docs.rs/notify-debouncer-mini"
66authors = [" Aron Heinecke <Ox0p54r36@t-online.de>" ]
Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 10.0.0] ( https://github.com/rolldown/notify/compare/rolldown-notify-v9.1.1...rolldown-notify-v10.0.0 ) - 2025-12-19
11+
12+ ### Other
13+
14+ - [ ** breaking** ] remove implicit dependency named features ([ #61 ] ( https://github.com/rolldown/notify/pull/61 ) )
15+ - consolidate paths to parent path when threshold exceeded for fsevents watcher ([ #60 ] ( https://github.com/rolldown/notify/pull/60 ) )
16+ - only watch the top-most path for fsevents watcher ([ #59 ] ( https://github.com/rolldown/notify/pull/59 ) )
17+ - simplify path to CFString conversion ([ #58 ] ( https://github.com/rolldown/notify/pull/58 ) )
18+ - use ` objc2-core-* ` instead of ` fsevent-sys ` ([ #57 ] ( https://github.com/rolldown/notify/pull/57 ) )
19+ - rename ` recursive_info ` to ` watches ` in fsevents watcher ([ #55 ] ( https://github.com/rolldown/notify/pull/55 ) )
20+
1021## [ 9.1.1] ( https://github.com/rolldown/notify/compare/rolldown-notify-v9.1.0...rolldown-notify-v9.1.1 ) - 2025-12-18
1122
1223### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " rolldown-notify"
3- version = " 9.1.1 "
3+ version = " 10.0.0 "
44description = " Cross-platform filesystem notification library"
55documentation = " https://docs.rs/notify"
66readme = " ../README.md"
You can’t perform that action at this time.
0 commit comments