From 1d75da92c86a6e03aac522335cd135a89129cc6a Mon Sep 17 00:00:00 2001 From: "decapod-release-manager[bot]" <261518511+decapod-release-manager[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 00:47:27 +0000 Subject: [PATCH] chore: release v0.46.4 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb4baa9..1394a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.46.4](https://github.com/DecapodLabs/decapod/compare/v0.46.3...v0.46.4) - 2026-03-01 + +### Other + +- uplift README with voice, edge, and plain-English agent-first framing + ## [0.46.3](https://github.com/DecapodLabs/decapod/compare/v0.46.2...v0.46.3) - 2026-03-01 ### Added diff --git a/Cargo.lock b/Cargo.lock index 75cca52..2c94d11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -324,7 +324,7 @@ dependencies = [ [[package]] name = "decapod" -version = "0.46.3" +version = "0.46.4" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5dc7421..81ce63a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "decapod" -version = "0.46.3" +version = "0.46.4" edition = "2024" rust-version = "1.90" build = "build/constitution_index.rs"