From a9da424e702f3e6f9a13b327ba2200b610dec6f1 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Tue, 14 Oct 2025 08:47:39 +0300 Subject: [PATCH] chore: release v0.3.2 Signed-off-by: NotAShelf Change-Id: I6a6a6964fc36c56f505e7a679727e1f4f7d7095c --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51c0bf0..0cad45c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1511,7 +1511,7 @@ dependencies = [ [[package]] name = "stash-clipboard" -version = "0.3.1" +version = "0.3.2" dependencies = [ "base64", "clap", diff --git a/Cargo.toml b/Cargo.toml index bae6579..ab80a8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stash-clipboard" description = "Wayland clipboard manager with fast persistent history and multi-media support" -version = "0.3.1" +version = "0.3.2" edition = "2024" authors = ["NotAShelf "] license = "MPL-2.0" @@ -39,7 +39,7 @@ regex = "1.11.3" ratatui = "0.29.0" crossterm = "0.29.0" unicode-segmentation = "1.12.0" -unicode-width = "0.2.0" +unicode-width = "0.2.0" # FIXME: held back by ratatui wayland-client = { version = "0.31.11", optional = true } wayland-protocols = { version = "0.32.0", optional = true } wayland-protocols-wlr = { version = "0.3.9", optional = true }