diff --git a/CHANGELOG.md b/CHANGELOG.md index 67e4cbd0..1e0cf7a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.10.0 -- 2022-05-06 + - **Breaking:** Calloop's internal storage is now backed by a `slotmap`. As a result the `RegistrationToken` is now `Copy+Clone`, and the low-level registration API of `Poll` is altered in a breaking way. MSRV is bumped to 1.49. diff --git a/Cargo.toml b/Cargo.toml index 2b4098fd..64a348eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "calloop" -version = "0.9.1" +version = "0.10.0" authors = ["Victor Berger "] documentation = "https://docs.rs/calloop/" repository = "https://github.com/Smithay/calloop"