Skip to content

Commit c6a4980

Browse files
authored
release: prepare v0.11.2 (#617)
1 parent 0ba52ce commit c6a4980

File tree

8 files changed

+953
-60
lines changed

8 files changed

+953
-60
lines changed

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.11.2] - 2026-02-19
10+
911
### Added
1012
- `base_url` and `language` fields in `[llm.stt]` config for OpenAI-compatible local whisper servers (e.g. whisper.cpp)
1113
- `ZEPH_STT_BASE_URL` and `ZEPH_STT_LANGUAGE` environment variable overrides
@@ -987,7 +989,8 @@ let agent = Agent::new(provider, channel, &skills_prompt, executor);
987989
- Agent calls channel.send_typing() before each LLM request
988990
- Agent::run() uses tokio::select! to race channel messages against shutdown signal
989991

990-
[Unreleased]: https://github.com/bug-ops/zeph/compare/v0.11.1...HEAD
992+
[Unreleased]: https://github.com/bug-ops/zeph/compare/v0.11.2...HEAD
993+
[0.11.2]: https://github.com/bug-ops/zeph/compare/v0.11.1...v0.11.2
991994
[0.11.1]: https://github.com/bug-ops/zeph/compare/v0.11.0...v0.11.1
992995
[0.11.0]: https://github.com/bug-ops/zeph/compare/v0.10.0...v0.11.0
993996
[0.10.0]: https://github.com/bug-ops/zeph/compare/v0.9.9...v0.10.0

Cargo.lock

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

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "3"
55
[workspace.package]
66
edition = "2024"
77
rust-version = "1.88"
8-
version = "0.11.1"
8+
version = "0.11.2"
99
authors = ["bug-ops"]
1010
license = "MIT"
1111
repository = "https://github.com/bug-ops/zeph"
@@ -88,18 +88,18 @@ unicode-width = "0.2"
8888
url = "2.5"
8989
uuid = "1.21"
9090
cron = "0.15"
91-
zeph-a2a = { path = "crates/zeph-a2a", version = "0.11.1" }
92-
zeph-channels = { path = "crates/zeph-channels", version = "0.11.1" }
93-
zeph-core = { path = "crates/zeph-core", version = "0.11.1" }
94-
zeph-index = { path = "crates/zeph-index", version = "0.11.1" }
95-
zeph-llm = { path = "crates/zeph-llm", version = "0.11.1" }
96-
zeph-mcp = { path = "crates/zeph-mcp", version = "0.11.1" }
97-
zeph-memory = { path = "crates/zeph-memory", version = "0.11.1" }
98-
zeph-skills = { path = "crates/zeph-skills", version = "0.11.1" }
99-
zeph-tools = { path = "crates/zeph-tools", version = "0.11.1" }
100-
zeph-gateway = { path = "crates/zeph-gateway", version = "0.11.1" }
101-
zeph-scheduler = { path = "crates/zeph-scheduler", version = "0.11.1" }
102-
zeph-tui = { path = "crates/zeph-tui", version = "0.11.1" }
91+
zeph-a2a = { path = "crates/zeph-a2a", version = "0.11.2" }
92+
zeph-channels = { path = "crates/zeph-channels", version = "0.11.2" }
93+
zeph-core = { path = "crates/zeph-core", version = "0.11.2" }
94+
zeph-index = { path = "crates/zeph-index", version = "0.11.2" }
95+
zeph-llm = { path = "crates/zeph-llm", version = "0.11.2" }
96+
zeph-mcp = { path = "crates/zeph-mcp", version = "0.11.2" }
97+
zeph-memory = { path = "crates/zeph-memory", version = "0.11.2" }
98+
zeph-skills = { path = "crates/zeph-skills", version = "0.11.2" }
99+
zeph-tools = { path = "crates/zeph-tools", version = "0.11.2" }
100+
zeph-gateway = { path = "crates/zeph-gateway", version = "0.11.2" }
101+
zeph-scheduler = { path = "crates/zeph-scheduler", version = "0.11.2" }
102+
zeph-tui = { path = "crates/zeph-tui", version = "0.11.2" }
103103

104104
[workspace.lints.clippy]
105105
all = "warn"

crates/zeph-scheduler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ scheduler.register_handler(&TaskKind::UpdateCheck, Box::new(handler));
4747
Notification format sent via the channel:
4848

4949
```
50-
New version available: v0.12.0 (current: v0.11.1).
50+
New version available: v0.12.0 (current: v0.11.2).
5151
Update: https://github.com/bug-ops/zeph/releases/tag/v0.12.0
5252
```
5353

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
source: crates/zeph-tui/src/widgets/splash.rs
3+
assertion_line: 76
34
expression: output
45
---
56
┌──────────────────────────────────────────────────────────┐
@@ -14,7 +15,7 @@ expression: output
1415
│ ███████╗███████╗██║ ██║ ██║ │
1516
│ ╚══════╝╚══════╝╚═╝ ╚═╝ ╚═╝ │
1617
│ │
17-
v0.11.1
18+
v0.11.2
1819
│ │
1920
Type a message to start. │
2021
│ │

docs/src/advanced/tui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ZEPH_TUI=true zeph
2424

2525
```text
2626
+-------------------------------------------------------------+
27-
| Zeph v0.11.1 | Provider: orchestrator | Model: claude-son... |
27+
| Zeph v0.11.2 | Provider: orchestrator | Model: claude-son... |
2828
+----------------------------------------+--------------------+
2929
| | Skills (3/15) |
3030
| | - setup-guide |

0 commit comments

Comments
 (0)