From 309d8e2a29953f7465dc14c939e2afe4682c0aa9 Mon Sep 17 00:00:00 2001 From: Shawn Wallace Date: Sat, 14 Mar 2026 10:37:21 -0400 Subject: [PATCH] Bump version to 0.8.1 Missed from the last release. Closes #384 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 60e76c2..32f850e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1241,7 +1241,7 @@ checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" [[package]] name = "xwayland-satellite" -version = "0.8.0" +version = "0.8.1" dependencies = [ "ab_glyph", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ece7236..400c210 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ edition = "2024" [package] name = "xwayland-satellite" -version = "0.8.0" +version = "0.8.1" authors = ["Shawn Wallace"] 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."