chore(release): bump local version to 0.8.50

This commit is contained in:
Hunter B
2026-06-01 19:39:45 -07:00
parent 63b7c189b8
commit 41edcd5c4f
14 changed files with 132 additions and 56 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ default-members = ["crates/cli", "crates/app-server", "crates/tui"]
resolver = "2"
[workspace.package]
version = "0.8.49"
version = "0.8.50"
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