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 Feb 18, 2024
1 parent f561af3 commit 94eb053
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.8.4"
version = "0.9.0"
edition = "2021"

license = "BSD-3-Clause"
Expand Down

0 comments on commit 94eb053

Please sign in to comment.