Skip to content

Commit

Permalink
Fix debouncer-full version number and prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaust committed Sep 29, 2024
1 parent 3606af8 commit ef8bc72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

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 = "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"
Expand Down

0 comments on commit ef8bc72

Please sign in to comment.