Skip to content

Commit 0931b89

Browse files
committed
release: prepare v0.1.2
1 parent b7f26c0 commit 0931b89

33 files changed

Lines changed: 222 additions & 121 deletions

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
test -f docs/label-taxonomy.md
100100
test -f docs/release.md
101101
test -f docs/releases/v0.1.1.md
102+
test -f docs/releases/v0.1.2.md
102103
test -f docs/releases/v0.1.1-evidence.md
103104
test -f docs/launch-scorecard.md
104105
test -f docs/launch-issues.md

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ interactive TUI:
247247

248248
```text
249249
$ zero --api http://127.0.0.1:8765 doctor
250-
[ ok] engine_reachable zero-paper-engine v0.1.1
250+
[ ok] engine_reachable zero-paper-engine v0.1.2
251251
[ warn] auth no token set — read-only endpoints only
252252
[ warn] live_preflight not ready: live_executor, wallet, key, journal
253253

cli/Cargo.lock

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

cli/Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ members = [
1515
]
1616

1717
[workspace.package]
18-
version = "0.1.1"
18+
version = "0.1.2"
1919
edition = "2024"
2020
rust-version = "1.93"
2121
license = "Apache-2.0"
@@ -89,16 +89,16 @@ proptest = "1"
8989
criterion = { version = "0.5", features = ["html_reports"] }
9090

9191
# internal crates (workspace refs)
92-
zero-tui = { path = "crates/zero-tui", version = "0.1.1" }
93-
zero-engine-client = { path = "crates/zero-engine-client", version = "0.1.1" }
94-
zero-session = { path = "crates/zero-session", version = "0.1.1" }
95-
zero-config = { path = "crates/zero-config", version = "0.1.1" }
96-
zero-commands = { path = "crates/zero-commands", version = "0.1.1" }
97-
zero-onboarding = { path = "crates/zero-onboarding", version = "0.1.1" }
98-
zero-doctor = { path = "crates/zero-doctor", version = "0.1.1" }
99-
zero-operator-state = { path = "crates/zero-operator-state", version = "0.1.1" }
100-
zero-testkit = { path = "crates/zero-testkit", version = "0.1.1" }
101-
zero-headless = { path = "crates/zero-headless", version = "0.1.1" }
92+
zero-tui = { path = "crates/zero-tui", version = "0.1.2" }
93+
zero-engine-client = { path = "crates/zero-engine-client", version = "0.1.2" }
94+
zero-session = { path = "crates/zero-session", version = "0.1.2" }
95+
zero-config = { path = "crates/zero-config", version = "0.1.2" }
96+
zero-commands = { path = "crates/zero-commands", version = "0.1.2" }
97+
zero-onboarding = { path = "crates/zero-onboarding", version = "0.1.2" }
98+
zero-doctor = { path = "crates/zero-doctor", version = "0.1.2" }
99+
zero-operator-state = { path = "crates/zero-operator-state", version = "0.1.2" }
100+
zero-testkit = { path = "crates/zero-testkit", version = "0.1.2" }
101+
zero-headless = { path = "crates/zero-headless", version = "0.1.2" }
102102

103103
[workspace.lints.rust]
104104
unsafe_code = "forbid"

contracts/deployment/claim.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"environment": "paper",
66
"kind": "local",
77
"owner": "local-operator",
8-
"version": "0.1.1"
8+
"version": "0.1.2"
99
},
1010
"evidence": {
1111
"decisions": 12,

contracts/deployment/heartbeat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"environment": "paper",
55
"kind": "local",
66
"owner": "local-operator",
7-
"version": "0.1.1"
7+
"version": "0.1.2"
88
},
99
"deployment_claim_hash": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
1010
"generated_at": "2026-05-01T00:00:00+00:00",

contracts/network/stale-profile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ <h2>Verification Badges</h2>
194194
</section>
195195
<section class="panel" style="margin-top:18px">
196196
<h2>Proof Hash</h2>
197-
<code>sha256:153bd0a5445f91b1807a75aa998720519dceea0eb35096751220dadf1b97f281</code>
197+
<code>sha256:71b27a515d1c1faea7a3f83b51af8e482ae4578155977b543887d7a086bbf6b4</code>
198198
</section>
199199
<footer>
200200
Generated 2026-05-04T00:00:00+00:00. Public ZERO Network profiles are aggregate proof-of-process surfaces, not financial advice.

docs/assets/readme-terminal.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/cli-doctor-troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ cargo run -q -p zero -- --api http://127.0.0.1:8765 doctor
8888
Expected reachable-engine snippet:
8989

9090
```text
91-
[ ok] engine_reachable zero-paper-engine v0.1.1 (http://127.0.0.1:8765/)
91+
[ ok] engine_reachable zero-paper-engine v0.1.2 (http://127.0.0.1:8765/)
9292
[ ok] engine_healthy ok
9393
```
9494

docs/cli-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ cargo run -q -p zero -- --api http://127.0.0.1:8765 doctor
3030
Abbreviated output:
3131

3232
```text
33-
[ ok] runtime zero-doctor v0.1.1 · <os>/<arch> · debug
33+
[ ok] runtime zero-doctor v0.1.2 · <os>/<arch> · debug
3434
[ ok] config_dir <local config dir>
3535
[ ok] config_parse <local config dir>/config.toml parses
36-
[ ok] engine_reachable zero-paper-engine v0.1.1 (http://127.0.0.1:8765/)
36+
[ ok] engine_reachable zero-paper-engine v0.1.2 (http://127.0.0.1:8765/)
3737
[ ok] engine_healthy ok — 2 healthy / 0 stale / 0 dead
3838
[ ok] engine_components all fresh
3939
[ warn] auth no token set — read-only endpoints only

0 commit comments

Comments
 (0)