From ff2fa0dc85f7eca683037077835bd81e0f5f9d09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 07:28:58 +0000 Subject: [PATCH 1/2] chore: release v0.5.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e56ba67..126d69e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -575,7 +575,7 @@ dependencies = [ [[package]] name = "ssh-browser" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 4000588..92c67b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/ssh-browser"] resolver = "3" [workspace.package] -version = "0.5.0" +version = "0.5.1" edition = "2024" rust-version = "1.88" license = "MIT" From 49563ad5d587bbf5c8efba87def9019a3696f08a Mon Sep 17 00:00:00 2001 From: sotashimozono Date: Tue, 15 Sep 2026 16:29:53 +0900 Subject: [PATCH 2/2] Match the extension version to the crate for 0.5.1 release-plz bumps Cargo.toml and knows nothing about manifest.json, which is why CI compares them. The zip on the release is what goes to the Chrome Web Store, and the store refuses a version it has already seen -- so the two disagreeing is not untidiness, it is an upload that cannot be made. Signed-off-by: souta shimozono --- extension/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/manifest.json b/extension/manifest.json index 17593dd..de0b4ae 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "ssh-browser", - "version": "0.5.0", + "version": "0.5.1", "description": "Open files on an SSH host as a real browser origin.", "minimum_chrome_version": "116", "permissions": [