Skip to content

Commit 5de1b0e

Browse files
authored
release: prepare v0.20.1 (#3552)
1 parent 67b6482 commit 5de1b0e

4 files changed

Lines changed: 36 additions & 33 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
88

9+
## [0.20.1] - 2026-04-28
10+
911
### Fixed
1012

1113
- fix(sanitizer): `"bash"` and `"shell"` tool outputs no longer trigger false-positive ML injection
@@ -5309,7 +5311,8 @@ let agent = Agent::new(provider, channel, &skills_prompt, executor);
53095311
- Agent::run() uses tokio::select! to race channel messages against shutdown signal
53105312

53115313
[0.16.0]: https://github.com/bug-ops/zeph/compare/v0.15.3...v0.16.0
5312-
[Unreleased]: https://github.com/bug-ops/zeph/compare/v0.20.0...HEAD
5314+
[Unreleased]: https://github.com/bug-ops/zeph/compare/v0.20.1...HEAD
5315+
[0.20.1]: https://github.com/bug-ops/zeph/compare/v0.20.0...v0.20.1
53135316
[0.20.0]: https://github.com/bug-ops/zeph/compare/v0.19.3...v0.20.0
53145317
[0.19.3]: https://github.com/bug-ops/zeph/compare/v0.19.2...v0.19.3
53155318
[0.19.2]: https://github.com/bug-ops/zeph/compare/v0.19.1...v0.19.2

Cargo.lock

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "3"
55
[workspace.package]
66
edition = "2024"
77
rust-version = "1.95"
8-
version = "0.20.0"
8+
version = "0.20.1"
99
authors = ["bug-ops"]
1010
license = "MIT"
1111
repository = "https://github.com/bug-ops/zeph"

crates/zeph-tui/src/widgets/snapshots/zeph_tui__widgets__splash__tests__splash_default.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ expression: output
1414
│ ███████╗███████╗██║ ██║ ██║ │
1515
│ ╚══════╝╚══════╝╚═╝ ╚═╝ ╚═╝ │
1616
│ │
17-
v0.20.0
17+
v0.20.1
1818
│ │
1919
Type a message to start. │
2020
│ │

0 commit comments

Comments
 (0)