Skip to content

Commit

Permalink
Merge pull request #28 from leftwm/hertg
Browse files Browse the repository at this point in the history
update changelog, bump version
  • Loading branch information
hertg authored Mar 20, 2024
2 parents 7c48328 + 8c918ea commit c0e9bfa
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 c0e9bfa

Please sign in to comment.