diff --git a/CHANGELOG.md b/CHANGELOG.md index 916046f..b55d14a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,17 +5,19 @@ 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] -### Changed -- Added support for changing the preview color. -- Added support for edges. + +## [0.2.0] - 2023-05-20 +### Added +- Support for changing the preview color. +- Support for edges. ### Changed -- Update Wayland dependencies to fix coredump. +- Updated Wayland dependencies to fix coredump. - Updated compatible dependencies. ## [0.1.4] - 2021-08-30 -### Changed -- Added a minimum timeout of 5ms to prevent an infinite loop as it would continuously check for updates. +### Added +- Minimum timeout of 5ms to prevent an infinite loop as it would continuously check for updates. ## [0.1.3] - 2021-05-29 ### Changed diff --git a/Cargo.lock b/Cargo.lock index 0885b8d..faa3301 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -573,7 +573,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "waycorner" -version = "0.1.4" +version = "0.2.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3bc0e27..03ed82f 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.1.4" +version = "0.2.0" [dependencies] anyhow = "1.0"