From 764911b32df5f6c1d8a5584d9bd9feb05c40a099 Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Tue, 26 May 2026 14:50:08 -0500 Subject: [PATCH] chore: bump versions to 0.5.0 Cut the 0.5.0 release (light/dark theme support): daemon Cargo.toml/Cargo.lock to 0.5.0 (no code change, kept in lockstep with the tag), extension metadata.json version to 5, and promote the CHANGELOG [Unreleased] entry to [0.5.0] - 2026-05-26. Co-Authored-By: Claude Opus 4.7 --- CHANGELOG.md | 2 +- strata-daemon/Cargo.lock | 2 +- strata-daemon/Cargo.toml | 2 +- strata@edu4rdshl.dev/metadata.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c626798..f763bb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). --- -## [Unreleased] +## [0.5.0] - 2026-05-26 ### Added diff --git a/strata-daemon/Cargo.lock b/strata-daemon/Cargo.lock index 964e5c8..8ccf207 100644 --- a/strata-daemon/Cargo.lock +++ b/strata-daemon/Cargo.lock @@ -1272,7 +1272,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "strata-daemon" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "blake3", diff --git a/strata-daemon/Cargo.toml b/strata-daemon/Cargo.toml index 56f8eab..57b4758 100644 --- a/strata-daemon/Cargo.toml +++ b/strata-daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strata-daemon" -version = "0.4.0" +version = "0.5.0" edition = "2021" description = "Strata clipboard manager backend daemon" diff --git a/strata@edu4rdshl.dev/metadata.json b/strata@edu4rdshl.dev/metadata.json index cc3abc6..78d8982 100644 --- a/strata@edu4rdshl.dev/metadata.json +++ b/strata@edu4rdshl.dev/metadata.json @@ -2,7 +2,7 @@ "name": "Strata", "description": "A fast, stutter-free clipboard manager. All I/O runs in a Rust daemon - GNOME Shell is never blocked.", "uuid": "strata@edu4rdshl.dev", - "version": 4, + "version": 5, "shell-version": ["45", "46", "47", "48", "49", "50"], "settings-schema": "org.gnome.shell.extensions.strata", "url": "https://github.com/Edu4rdSHL/Strata"