diff --git a/CHANGELOG.md b/CHANGELOG.md index bccde21..9db5c12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.2.2] - 2024-03-20 +### Changed +- Updated smithay-client-toolkit to resolve issue described in https://github.com/Smithay/client-toolkit/pull/406 (#20). + ## [0.2.1] - 2023-05-20 ### Changed - Updated all dependencies to latest except for Wayland due to drastically different API. diff --git a/Cargo.lock b/Cargo.lock index 7a37aca..001b5e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -681,7 +681,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "waycorner" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 6fba9a8..652fadd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,14 +7,14 @@ homepage = "https://github.com/AndreasBackx/waycorner" keywords = ["wayland", "hot-corners", "swaywm", "wlroots"] license = "MIT" name = "waycorner" -version = "0.2.1" +version = "0.2.2" [dependencies] anyhow = "1.0" -clap = {version = "4.3.0", features = ["derive"]} +clap = { version = "4.3.0", features = ["derive"] } crossbeam-utils = "0.8.15" regex = "1.8" -serde = {version = "1.0.163", features = ["derive"]} +serde = { version = "1.0.163", features = ["derive"] } smithay-client-toolkit = "0.16.1" toml = "0.7.4" tracing = "0.1.37"