From 9b86e56d7b2fc92f932dbcc1822fb23a335f0b56 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:41:32 +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 3fdd7f3..a862409 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 11ff054acdd11f98ab5701ed1c5a30dfb2f48d96 Mon Sep 17 00:00:00 2001 From: sotashimozono Date: Tue, 15 Sep 2026 16:42:34 +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": [