From 6e276f6db504ef292c0d73099fa040de7d3f6291 Mon Sep 17 00:00:00 2001 From: Elinor Berger Date: Tue, 10 Oct 2023 22:57:11 +0200 Subject: [PATCH] version 0.12.3 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27919f92..a0dd426e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.12.3 -- 2023-10-10 + #### Additions - `Token` and `RegistrationToken` are now invalidated when the event source they represent is removed from the event loop. diff --git a/Cargo.toml b/Cargo.toml index c9fb4d68..00f691b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "calloop" -version = "0.12.2" +version = "0.12.3" authors = ["Elinor Berger "] documentation = "https://docs.rs/calloop/" repository = "https://github.com/Smithay/calloop"