diff --git a/CHANGELOG.md b/CHANGELOG.md index 80b0245..4359e31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.2.2 - 2025-06-15 +- Fix Wayland protocol error invalid stride on wl_shm with bgr888 format [#17](https://github.com/gergo-salyi/multibg-wayland/issues/17) +- Update dependencies, notably zune-jpeg fixing a minor discoloration issue on decoded JPEG images + ## 0.2.1 - 2025-06-01 - Fix niri compatibility [#16](https://github.com/gergo-salyi/multibg-wayland/issues/16) - Update dependencies diff --git a/Cargo.lock b/Cargo.lock index e7e5e6f..d95da5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -630,7 +630,7 @@ dependencies = [ [[package]] name = "multibg-wayland" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "ash", diff --git a/Cargo.toml b/Cargo.toml index 9ae4265..5098e24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "multibg-wayland" -version = "0.2.1" +version = "0.2.2" authors = ["Gergő Sályi "] edition = "2021" rust-version = "1.82"