Skip to content

Commit d40fb9b

Browse files
authored
release: prepare v0.12.2 (#976)
Bump version from 0.12.1 to 0.12.2. Update all workspace member dependency references, CHANGELOG.md release section, and insta snapshots reflecting the new version string.
1 parent 2262957 commit d40fb9b

File tree

5 files changed

+34
-32
lines changed

5 files changed

+34
-32
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.12.2] - 2026-02-26
10+
911
### Added
1012
- `MemoryToolExecutor` in `zeph-core` exposes `memory_search` and `memory_save` as native tools the model can invoke explicitly
1113
- `memory_search` queries SemanticMemory recall, key facts, and session summaries; `memory_save` persists content to long-term memory
@@ -1346,7 +1348,8 @@ let agent = Agent::new(provider, channel, &skills_prompt, executor);
13461348
- Agent calls channel.send_typing() before each LLM request
13471349
- Agent::run() uses tokio::select! to race channel messages against shutdown signal
13481350

1349-
[Unreleased]: https://github.com/bug-ops/zeph/compare/v0.12.1...HEAD
1351+
[Unreleased]: https://github.com/bug-ops/zeph/compare/v0.12.2...HEAD
1352+
[0.12.2]: https://github.com/bug-ops/zeph/compare/v0.12.1...v0.12.2
13501353
[0.12.1]: https://github.com/bug-ops/zeph/compare/v0.12.0...v0.12.1
13511354
[0.12.0]: https://github.com/bug-ops/zeph/compare/v0.11.6...v0.12.0
13521355
[0.11.6]: https://github.com/bug-ops/zeph/compare/v0.11.5...v0.11.6

Cargo.lock

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

Cargo.toml

Lines changed: 14 additions & 14 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.12.1"
8+
version = "0.12.2"
99
authors = ["bug-ops"]
1010
license = "MIT"
1111
repository = "https://github.com/bug-ops/zeph"
@@ -101,19 +101,19 @@ url = "2.5"
101101
uuid = "1.21"
102102
wiremock = "0.6.5"
103103
zeroize = { version = "1", features = ["derive", "serde"] }
104-
zeph-a2a = { path = "crates/zeph-a2a", version = "0.12.1" }
105-
zeph-acp = { path = "crates/zeph-acp", version = "0.12.1" }
106-
zeph-channels = { path = "crates/zeph-channels", version = "0.12.1" }
107-
zeph-core = { path = "crates/zeph-core", version = "0.12.1" }
108-
zeph-gateway = { path = "crates/zeph-gateway", version = "0.12.1" }
109-
zeph-index = { path = "crates/zeph-index", version = "0.12.1" }
110-
zeph-llm = { path = "crates/zeph-llm", version = "0.12.1" }
111-
zeph-mcp = { path = "crates/zeph-mcp", version = "0.12.1" }
112-
zeph-memory = { path = "crates/zeph-memory", version = "0.12.1" }
113-
zeph-scheduler = { path = "crates/zeph-scheduler", version = "0.12.1" }
114-
zeph-skills = { path = "crates/zeph-skills", version = "0.12.1" }
115-
zeph-tools = { path = "crates/zeph-tools", version = "0.12.1" }
116-
zeph-tui = { path = "crates/zeph-tui", version = "0.12.1" }
104+
zeph-a2a = { path = "crates/zeph-a2a", version = "0.12.2" }
105+
zeph-acp = { path = "crates/zeph-acp", version = "0.12.2" }
106+
zeph-channels = { path = "crates/zeph-channels", version = "0.12.2" }
107+
zeph-core = { path = "crates/zeph-core", version = "0.12.2" }
108+
zeph-gateway = { path = "crates/zeph-gateway", version = "0.12.2" }
109+
zeph-index = { path = "crates/zeph-index", version = "0.12.2" }
110+
zeph-llm = { path = "crates/zeph-llm", version = "0.12.2" }
111+
zeph-mcp = { path = "crates/zeph-mcp", version = "0.12.2" }
112+
zeph-memory = { path = "crates/zeph-memory", version = "0.12.2" }
113+
zeph-scheduler = { path = "crates/zeph-scheduler", version = "0.12.2" }
114+
zeph-skills = { path = "crates/zeph-skills", version = "0.12.2" }
115+
zeph-tools = { path = "crates/zeph-tools", version = "0.12.2" }
116+
zeph-tui = { path = "crates/zeph-tui", version = "0.12.2" }
117117

118118
[workspace.lints.rust]
119119
unsafe_code = "deny"

crates/zeph-core/src/config/snapshots/zeph_core__config__types__tests__config_default_snapshot.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ show_source_labels = false
178178
[acp]
179179
enabled = false
180180
agent_name = "zeph"
181-
agent_version = "0.12.1"
181+
agent_version = "0.12.2"
182182
max_sessions = 4
183183
session_idle_timeout_secs = 1800
184184
available_models = []

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
source: crates/zeph-tui/src/widgets/splash.rs
3-
assertion_line: 79
43
expression: output
54
---
65
┌──────────────────────────────────────────────────────────┐
@@ -15,7 +14,7 @@ expression: output
1514
│ ███████╗███████╗██║ ██║ ██║ │
1615
│ ╚══════╝╚══════╝╚═╝ ╚═╝ ╚═╝ │
1716
│ │
18-
v0.12.1
17+
v0.12.2
1918
│ │
2019
Type a message to start. │
2120
│ │

0 commit comments

Comments
 (0)