Skip to content

Commit b8b7aaf

Browse files
chore: release
1 parent 5d95161 commit b8b7aaf

8 files changed

Lines changed: 34 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ libc = "0.2.4"
9494
tracing = "0.1.41"
9595
mio = { version = "1.0", features = ["os-ext"] }
9696
web-time = "1.1.0"
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" }
97+
rolldown-notify = { version = "10.3.1", path = "notify" }
98+
rolldown-notify-debouncer-full = { version = "0.7.7", path = "notify-debouncer-full" }
99+
rolldown-notify-debouncer-mini = { version = "0.8.7", path = "notify-debouncer-mini" }
100100
rolldown-notify-types = { version = "2.0.2", path = "notify-types" }
101101
rustc-hash = "2.1.2"
102102
pretty_assertions = "1.3.0"

notify-debouncer-full/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.7](https://github.com/rolldown/notify/compare/rolldown-notify-debouncer-full-v0.7.6...rolldown-notify-debouncer-full-v0.7.7) - 2026-05-18
11+
12+
### Other
13+
14+
- Optimize debouncer.watch() lookup time ([#913](https://github.com/rolldown/notify/pull/913))
15+
- Emit `remove` events even if a file was created and then removed ([#902](https://github.com/rolldown/notify/pull/902))
16+
- *(debouncer-full)* speed up hashing by rustc-hash ([#896](https://github.com/rolldown/notify/pull/896))
17+
- *(notify-debouncer-full)* avoid rebuilding queues during flush ([#883](https://github.com/rolldown/notify/pull/883))
18+
- *(deps)* update dependency rust to v1.95.0 ([#83](https://github.com/rolldown/notify/pull/83))
19+
1020
## [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
1121

1222
### Other

notify-debouncer-full/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rolldown-notify-debouncer-full"
3-
version = "0.7.6"
3+
version = "0.7.7"
44
description = "notify event debouncer optimized for ease of use"
55
documentation = "https://docs.rs/notify-debouncer-full"
66
authors = ["Daniel Faust <hessijames@gmail.com>"]

notify-debouncer-mini/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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.7](https://github.com/rolldown/notify/compare/rolldown-notify-debouncer-mini-v0.8.6...rolldown-notify-debouncer-mini-v0.8.7) - 2026-05-18
11+
12+
### Other
13+
14+
- *(debouncer-full)* speed up hashing by rustc-hash ([#896](https://github.com/rolldown/notify/pull/896))
15+
1016
## [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
1117

1218
### Other

notify-debouncer-mini/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rolldown-notify-debouncer-mini"
3-
version = "0.8.6"
3+
version = "0.8.7"
44
description = "notify mini debouncer for events"
55
documentation = "https://docs.rs/notify-debouncer-mini"
66
authors = ["Aron Heinecke <Ox0p54r36@t-online.de>"]

notify/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [10.3.1](https://github.com/rolldown/notify/compare/rolldown-notify-v10.3.0...rolldown-notify-v10.3.1) - 2026-05-18
11+
12+
### Other
13+
14+
- *(fsevent)* speed up flag convension ([#920](https://github.com/rolldown/notify/pull/920))
15+
- *(notify)* speed up recursive inotify watch setup ([#918](https://github.com/rolldown/notify/pull/918))
16+
- skip construction for unchanged stuff ([#905](https://github.com/rolldown/notify/pull/905))
17+
- *(debouncer-full)* speed up hashing by rustc-hash ([#896](https://github.com/rolldown/notify/pull/896))
18+
1019
## [10.3.0](https://github.com/rolldown/notify/compare/rolldown-notify-v10.2.0...rolldown-notify-v10.3.0) - 2026-03-13
1120

1221
### Added

notify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rolldown-notify"
3-
version = "10.3.0"
3+
version = "10.3.1"
44
description = "Cross-platform filesystem notification library"
55
documentation = "https://docs.rs/notify"
66
readme = "../README.md"

0 commit comments

Comments
 (0)