Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions notify-debouncer-full/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion notify-debouncer-full/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <hessijames@gmail.com>"]
Expand Down
6 changes: 6 additions & 0 deletions notify-debouncer-mini/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion notify-debouncer-mini/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <Ox0p54r36@t-online.de>"]
Expand Down
11 changes: 11 additions & 0 deletions notify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion notify/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down