diff --git a/CHANGELOG.md b/CHANGELOG.md index e93a9593e..8e8e04ba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased +## 0.21.1 - 2026-07-23 +- Fix trait bound for `WlTouch` dispatch implementation + ## 0.21.0 - 2026-07-14 #### Breaking Changes diff --git a/Cargo.toml b/Cargo.toml index 01afa348d..9c72cb2cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-client-toolkit" -version = "0.21.0" +version = "0.21.1" authors = ["Elinor Berger ", "i509VCB ", "Ashley Wulber "] documentation = "https://smithay.github.io/client-toolkit" repository = "https://github.com/smithay/client-toolkit" diff --git a/src/lib.rs b/src/lib.rs index 71bfdbd1f..f2e3fe32a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![cfg_attr(docsrs, feature(doc_auto_cfg))] +#![cfg_attr(docsrs, feature(doc_cfg))] #![warn( // missing_docs, // Commented out for now so the project isn't all yellow. missing_debug_implementations