From f13adfda846be33352ea06f6fb1451a34a19ae50 Mon Sep 17 00:00:00 2001 From: Andreas Backx Date: Fri, 22 Mar 2024 00:35:48 +0100 Subject: [PATCH] Update to version 0.2.3. --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9db5c12..2aa618e 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.3] - 2024-03-22 +### Changed +- Change layer from top to overlay (#22). + ## [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). diff --git a/Cargo.lock b/Cargo.lock index 001b5e2..960428b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -681,7 +681,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "waycorner" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 652fadd..68844cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://github.com/AndreasBackx/waycorner" keywords = ["wayland", "hot-corners", "swaywm", "wlroots"] license = "MIT" name = "waycorner" -version = "0.2.2" +version = "0.2.3" [dependencies] anyhow = "1.0"