From f5789aa43d73b876b2d5cdd7c316f61637dd7e13 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 24 May 2026 14:24:56 +0300 Subject: [PATCH] chore: release v0.4.0 Signed-off-by: NotAShelf Change-Id: I2a67c74f308ac2e8416fe56125bce1956a6a6964 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4435e8..49e5ff2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2937,7 +2937,7 @@ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" [[package]] name = "stash-clipboard" -version = "0.3.6" +version = "0.4.0" dependencies = [ "age", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index 2c46f71..33f7463 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.6" +version = "0.4.0" edition = "2024" authors = [ "NotAShelf " ] license = "MPL-2.0"