From 6c898b21a668c8fd64f5e07581ed0bf332e007d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 13:20:12 +0000 Subject: [PATCH 1/2] chore: release v0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e45bc4..e56ba67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -575,7 +575,7 @@ dependencies = [ [[package]] name = "ssh-browser" -version = "0.4.1" +version = "0.5.0" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 99cc352..4000588 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/ssh-browser"] resolver = "3" [workspace.package] -version = "0.4.1" +version = "0.5.0" edition = "2024" rust-version = "1.88" license = "MIT" From 63be54b4d7e11d358f11d8cc6f35d1bc65f26019 Mon Sep 17 00:00:00 2001 From: sotashimozono Date: Mon, 14 Sep 2026 22:20:51 +0900 Subject: [PATCH 2/2] Match the extension version to the crate for 0.5.0 release-plz bumps Cargo.toml and knows nothing about manifest.json, which is why CI has a job comparing them. The zip attached to the release is what gets uploaded to the Chrome Web Store, so the two versions disagreeing is not a tidiness problem: the store rejects an upload whose version it has already seen. 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 f21957f..17593dd 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "ssh-browser", - "version": "0.4.1", + "version": "0.5.0", "description": "Open files on an SSH host as a real browser origin.", "minimum_chrome_version": "116", "permissions": [