diff --git a/CHANGELOG.md b/CHANGELOG.md index 5919fa0..c290d96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## :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) +- Implement `FromStr` for `Direction` (via [#27](https://github.com/leftwm/leftwm-layouts/pull/27) by @marianomarciello) +- Add `Serialize` and `Deserialize` traits to `Direction` (via [#26](https://github.com/leftwm/leftwm-layouts/pull/26) by @marianomarciello) diff --git a/leftwm-layouts/Cargo.toml b/leftwm-layouts/Cargo.toml index b1862df..1831089 100644 --- a/leftwm-layouts/Cargo.toml +++ b/leftwm-layouts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leftwm-layouts" -version = "0.9.0" +version = "0.9.1" edition = "2021" license = "BSD-3-Clause"