diff --git a/CHANGELOG.md b/CHANGELOG.md index afd3a03..5919fa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ -## :lady_beetle: Fixes +## :sparkles: Features + +- Add functions (`Direction::find_neighbor()`) to find directional neighbours on `Rect` (via [#22](https://github.com/leftwm/leftwm-layouts/pull/22) by @marianomarciello) -- Add `#[serde(default)]` to the layout structs to make specifying layouts less verbose (via [#21](https://github.com/leftwm/leftwm-layouts/pull/21) by @Eskaan) diff --git a/leftwm-layouts/Cargo.toml b/leftwm-layouts/Cargo.toml index d1aa1ea..b1862df 100644 --- a/leftwm-layouts/Cargo.toml +++ b/leftwm-layouts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leftwm-layouts" -version = "0.8.4" +version = "0.9.0" edition = "2021" license = "BSD-3-Clause"