Prepare release 0.2.2
This commit is contained in:
parent
bffb18ea66
commit
29fc5861f0
3 changed files with 6 additions and 2 deletions
|
@ -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
2
Cargo.lock
generated
|
@ -630,7 +630,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "multibg-wayland"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"ash",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue