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": [