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 Jun 5, 2023
1 parent a344b3d commit ec4280d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## :lady_beetle: Fixes

- Fix issue where the `flip()` method was switched up, now behaves as documented and is properly tested ([#19](https://github.com/leftwm/leftwm-layouts/issues/19))
- 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.3"
version = "0.8.4"
edition = "2021"

license = "BSD-3-Clause"
Expand Down

0 comments on commit ec4280d

Please sign in to comment.