Prepare release 0.2.2

This commit is contained in:
Gergő Sályi 2025-06-15 21:24:56 +02:00
parent bffb18ea66
commit 29fc5861f0
3 changed files with 6 additions and 2 deletions

View file

@ -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

2
Cargo.lock generated
View file

@ -630,7 +630,7 @@ dependencies = [
[[package]]
name = "multibg-wayland"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"anyhow",
"ash",

View file

@ -1,6 +1,6 @@
[package]
name = "multibg-wayland"
version = "0.2.1"
version = "0.2.2"
authors = ["Gergő Sályi <salyigergo94@gmail.com>"]
edition = "2021"
rust-version = "1.82"