File tree Expand file tree Collapse file tree 10 files changed +56
-12
lines changed
Expand file tree Collapse file tree 10 files changed +56
-12
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ criterion = "0.7.0"
8383flume = " 0.11.1"
8484deser-hjson = " 2.2.4"
8585tracing-subscriber = " 0.3.20"
86- rolldown-file-id = { version = " 0.2.6 " , path = " file-id" }
86+ rolldown-file-id = { version = " 0.2.7 " , path = " file-id" }
8787objc2-core-foundation = { version = " 0.3.2" , default-features = false }
8888objc2-core-services = { version = " 0.3.2" , default-features = false }
8989futures = " 0.3.30"
@@ -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 = " 10.2 .0" , path = " notify" }
98- rolldown-notify-debouncer-full = { version = " 0.7.5 " , path = " notify-debouncer-full" }
99- rolldown-notify-debouncer-mini = { version = " 0.8.5 " , path = " notify-debouncer-mini" }
97+ rolldown-notify = { version = " 10.3 .0" , path = " notify" }
98+ rolldown-notify-debouncer-full = { version = " 0.7.6 " , path = " notify-debouncer-full" }
99+ rolldown-notify-debouncer-mini = { version = " 0.8.6 " , 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.2.7] ( https://github.com/rolldown/notify/compare/rolldown-file-id-v0.2.6...rolldown-file-id-v0.2.7 ) - 2026-03-13
11+
12+ ### Other
13+
14+ - add wasi tests ([ #69 ] ( https://github.com/rolldown/notify/pull/69 ) )
15+
1016## [ 0.2.6] ( https://github.com/rolldown/notify/compare/rolldown-file-id-v0.2.5...rolldown-file-id-v0.2.6 ) - 2026-03-06
1117
1218### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " rolldown-file-id"
3- version = " 0.2.6 "
3+ version = " 0.2.7 "
44description = " Utility for reading inode numbers (Linux, MacOS) and file IDs (Windows)"
55documentation = " https://docs.rs/notify"
66readme = " README.md"
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.6] ( https://github.com/rolldown/notify/compare/rolldown-notify-debouncer-full-v0.7.5...rolldown-notify-debouncer-full-v0.7.6 ) - 2026-03-13
11+
12+ ### Other
13+
14+ - updated the following local packages: rolldown-notify, rolldown-file-id
15+
1016## [ 0.7.5] ( https://github.com/rolldown/notify/compare/rolldown-notify-debouncer-full-v0.7.4...rolldown-notify-debouncer-full-v0.7.5 ) - 2026-03-06
1117
1218### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " rolldown-notify-debouncer-full"
3- version = " 0.7.5 "
3+ version = " 0.7.6 "
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.6] ( https://github.com/rolldown/notify/compare/rolldown-notify-debouncer-mini-v0.8.5...rolldown-notify-debouncer-mini-v0.8.6 ) - 2026-03-13
11+
12+ ### Other
13+
14+ - updated the following local packages: rolldown-notify
15+
1016## [ 0.8.5] ( https://github.com/rolldown/notify/compare/rolldown-notify-debouncer-mini-v0.8.4...rolldown-notify-debouncer-mini-v0.8.5 ) - 2026-03-06
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " rolldown-notify-debouncer-mini"
3- version = " 0.8.5 "
3+ version = " 0.8.6 "
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,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 10.3.0] ( https://github.com/rolldown/notify/compare/rolldown-notify-v10.2.0...rolldown-notify-v10.3.0 ) - 2026-03-13
11+
12+ ### Added
13+
14+ - * (inotify)* capture ` UNMOUNT ` event
15+
16+ ### Fixed
17+
18+ - * (fsevent)* set ` is: clone ` info for more ` IS_CLONE ` events
19+ - * (windows)* normalize event paths ([ #74 ] ( https://github.com/rolldown/notify/pull/74 ) )
20+ - * (fsevent)* handle ` ROOT_CHANGED ` for non-existing path
21+ - * (inotify)* do not modify inotify watcher when unmounting
22+ - * (fsevent)* do not panic on invalid inputs
23+ - handle ` ROOT_CHANGED ` nicely
24+ - ` target_os ` entry for ` dragonflyBSD ` in ` Cargo.toml `
25+ - add ` kFSEventStreamCreateFlagWatchRoot ` to ` FSEvents ` stream flags ([ #769 ] ( https://github.com/rolldown/notify/pull/769 ) )
26+ - ` FsEvenWatcher ` remove event ordering
27+
28+ ### Other
29+
30+ - tweak ` rename_self_file_no_track ` polling test to reduce flakiness ([ #72 ] ( https://github.com/rolldown/notify/pull/72 ) )
31+ - improve watcher docs
32+ - * (macos)* document APFS behavior as known issues
33+ - fix flaky PollWatcher tests
34+ - add wasi tests ([ #69 ] ( https://github.com/rolldown/notify/pull/69 ) )
35+
1036## [ 10.2.0] ( https://github.com/rolldown/notify/compare/rolldown-notify-v10.1.0...rolldown-notify-v10.2.0 ) - 2026-03-06
1137
1238### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " rolldown-notify"
3- version = " 10.2 .0"
3+ version = " 10.3 .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