diff --git a/CHANGELOG.md b/CHANGELOG.md index fe14f503..87f9848f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ v5 maintenance branch is on `v5_maintenance` after `5.2.0` v4 commits split out to branch `v4_maintenance` starting with `4.0.16` -## debouncer-full 0.4.1 (unreleased) +## debouncer-full 0.3.2 (2024-09-29) - FIX: ordering of debounced events could lead to a panic with Rust 1.81.0 and above [#636] diff --git a/notify-debouncer-full/Cargo.toml b/notify-debouncer-full/Cargo.toml index 2fd08a09..61cf5c63 100644 --- a/notify-debouncer-full/Cargo.toml +++ b/notify-debouncer-full/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notify-debouncer-full" -version = "0.3.1" +version = "0.3.2" edition = "2021" rust-version = "1.60" description = "notify event debouncer optimized for ease of use"