From 0d3b13a34bf351858b4cf745a9f510c80f9ecd90 Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Fri, 6 May 2022 18:47:46 +0200 Subject: [PATCH] v0.10.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"