diff --git a/CHANGELOG.md b/CHANGELOG.md index 018a6731..a2150415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ ## Unreleased +## 0.12.1 -- 2023-09-19 + #### Bugfixes + - Fix `EventSource::before_handle_events()` being erroneously give an iterator over synthetic events instead of real events ## 0.12.0 -- 2023-09-11 diff --git a/Cargo.toml b/Cargo.toml index cc3558ef..9b4a0e8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "calloop" -version = "0.12.0" +version = "0.12.1" authors = ["Elinor Berger "] documentation = "https://docs.rs/calloop/" repository = "https://github.com/Smithay/calloop"