Skip to content

Commit

Permalink
update changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hertg committed Mar 20, 2024
1 parent 7c48328 commit 8c918ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

2 changes: 1 addition & 1 deletion leftwm-layouts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leftwm-layouts"
version = "0.9.0"
version = "0.9.1"
edition = "2021"

license = "BSD-3-Clause"
Expand Down

0 comments on commit 8c918ea

Please sign in to comment.