chore(release): prepare v0.8.36

Squash merge of work/v0.8.36-cache-hygiene into main.

All preflight gates passed: version-drift/check/lint/test (3073 pass, 0 fail) / CodeQL / GitGuardian / npm-smoke. Preparing the v0.8.36 release tag.
This commit is contained in:
Hunter Bown
2026-05-14 00:31:18 -05:00
committed by GitHub
parent 6b5011a722
commit d5c45d962d
44 changed files with 2258 additions and 1703 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ default-members = ["crates/cli", "crates/app-server", "crates/tui"]
resolver = "2"
[workspace.package]
version = "0.8.35"
version = "0.8.36"
edition = "2024"
# Rust 1.88 stabilized `let_chains` in `if`/`while` conditions, which the
# codebase relies on extensively. Cargo enforces this so users on older