From 5f8e993602e8eee48b69c1f33f9cfb69fa98ed2e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 18:23:38 -0500 Subject: [PATCH] chore: version packages (#804) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/release-mmqxu9tl.md | 7 ------- CHANGELOG.md | 8 ++++++++ cli/Cargo.lock | 2 +- cli/Cargo.toml | 2 +- package.json | 2 +- 5 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/release-mmqxu9tl.md diff --git a/.changeset/release-mmqxu9tl.md b/.changeset/release-mmqxu9tl.md deleted file mode 100644 index 2a8a604..0000000 --- a/.changeset/release-mmqxu9tl.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"agent-browser": patch ---- - -### Bug Fixes - -- **Daemon panic on broken stderr pipe** - Replaced all `eprintln!` calls with `writeln!(std::io::stderr(), ...)` wrapped in `let _ =` to silently discard write errors, preventing the daemon from panicking when the parent process drops the stderr pipe during Chrome launch (#802) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4343c0d..b4d894b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # agent-browser +## 0.20.5 + +### Patch Changes + +- fc091d2: ### Bug Fixes + + - **Daemon panic on broken stderr pipe** - Replaced all `eprintln!` calls with `writeln!(std::io::stderr(), ...)` wrapped in `let _ =` to silently discard write errors, preventing the daemon from panicking when the parent process drops the stderr pipe during Chrome launch (#802) + ## 0.20.4 ### Patch Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 8656fc6..b60c414 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser" -version = "0.20.4" +version = "0.20.5" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 62cdc39..eaf6800 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.20.4" +version = "0.20.5" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index a821cb6..eca533e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.20.4", + "version": "0.20.5", "description": "Headless browser automation CLI for AI agents", "type": "module", "files": [