Bump version to 0.8.1

Missed from the last release. Closes #384
This commit is contained in:
Shawn Wallace 2026-03-14 10:37:21 -04:00
parent 10f985b84c
commit 309d8e2a29
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1241,7 +1241,7 @@ checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
[[package]] [[package]]
name = "xwayland-satellite" name = "xwayland-satellite"
version = "0.8.0" version = "0.8.1"
dependencies = [ dependencies = [
"ab_glyph", "ab_glyph",
"anyhow", "anyhow",

View file

@ -17,7 +17,7 @@ edition = "2024"
[package] [package]
name = "xwayland-satellite" name = "xwayland-satellite"
version = "0.8.0" version = "0.8.1"
authors = ["Shawn Wallace"] authors = ["Shawn Wallace"]
license = "MPL-2.0" license = "MPL-2.0"
description = "xwayland-satellite grants rootless Xwayland integration to any Wayland compositor implementing xdg_wm_base and viewporter. This is particularly useful for compositors that (understandably) do not want to go through implementing support for rootless Xwayland themselves." description = "xwayland-satellite grants rootless Xwayland integration to any Wayland compositor implementing xdg_wm_base and viewporter. This is particularly useful for compositors that (understandably) do not want to go through implementing support for rootless Xwayland themselves."