Skip to content

Commit e9cd28c

Browse files
authored
chore: release (#17)
1 parent 9ae54fe commit e9cd28c

File tree

8 files changed

+27
-9
lines changed

8 files changed

+27
-9
lines changed

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
@@ -35,9 +35,9 @@ libc = "0.2.4"
3535
log = "0.4.17"
3636
mio = { version = "1.0", features = ["os-ext"] }
3737
web-time = "1.1.0"
38-
rolldown-notify = { version = "8.2.2", path = "notify" }
39-
rolldown-notify-debouncer-full = { version = "0.6.2", path = "notify-debouncer-full" }
40-
rolldown-notify-debouncer-mini = { version = "0.7.2", path = "notify-debouncer-mini" }
38+
rolldown-notify = { version = "8.2.3", path = "notify" }
39+
rolldown-notify-debouncer-full = { version = "0.6.3", path = "notify-debouncer-full" }
40+
rolldown-notify-debouncer-mini = { version = "0.7.3", path = "notify-debouncer-mini" }
4141
rolldown-notify-types = { version = "2.0.1", path = "notify-types" }
4242
pretty_assertions = "1.3.0"
4343
rstest = "0.26.0"

notify-debouncer-full/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.6.3](https://github.com/rolldown/notify/compare/rolldown-notify-debouncer-full-v0.6.2...rolldown-notify-debouncer-full-v0.6.3) - 2025-11-21
11+
12+
### Other
13+
14+
- updated the following local packages: rolldown-notify
15+
1016
## [0.6.2](https://github.com/rolldown/notify/compare/rolldown-notify-debouncer-full-v0.6.1...rolldown-notify-debouncer-full-v0.6.2) - 2025-11-21
1117

1218
### 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.6.2"
3+
version = "0.6.3"
44
description = "notify event debouncer optimized for ease of use"
55
documentation = "https://docs.rs/notify-debouncer-full"
66
authors = ["Daniel Faust <[email protected]>"]

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.7.3](https://github.com/rolldown/notify/compare/rolldown-notify-debouncer-mini-v0.7.2...rolldown-notify-debouncer-mini-v0.7.3) - 2025-11-21
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-mini-v0.7.1...rolldown-notify-debouncer-mini-v0.7.2) - 2025-11-21
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.7.2"
3+
version = "0.7.3"
44
description = "notify mini debouncer for events"
55
documentation = "https://docs.rs/notify-debouncer-mini"
66
authors = ["Aron Heinecke <[email protected]>"]

notify/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+
## [8.2.3](https://github.com/rolldown/notify/compare/rolldown-notify-v8.2.2...rolldown-notify-v8.2.3) - 2025-11-21
11+
12+
### Fixed
13+
14+
- align the behavior of kqueue backend more with others ([#16](https://github.com/rolldown/notify/pull/16))
15+
1016
## [8.2.2](https://github.com/rolldown/notify/compare/rolldown-notify-v8.2.1...rolldown-notify-v8.2.2) - 2025-11-21
1117

1218
### Fixed

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 = "8.2.2"
3+
version = "8.2.3"
44
description = "Cross-platform filesystem notification library"
55
documentation = "https://docs.rs/notify"
66
readme = "../README.md"

0 commit comments

Comments
 (0)