diff --git a/CHANGELOG.md b/CHANGELOG.md index 03f3689..ceb051f 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.2](https://github.com/DecapodLabs/decapod/compare/v0.46.1...v0.46.2) - 2026-03-01 + +### Other + +- uplift README with voice, edge, and plain-English agent-first framing + ## [0.46.1](https://github.com/DecapodLabs/decapod/compare/v0.46.0...v0.46.1) - 2026-02-28 ### Added diff --git a/Cargo.lock b/Cargo.lock index f699743..f96a407 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -324,7 +324,7 @@ dependencies = [ [[package]] name = "decapod" -version = "0.46.1" +version = "0.46.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 54639ea..a19feac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "decapod" -version = "0.46.1" +version = "0.46.2" edition = "2024" rust-version = "1.90" build = "build/constitution_index.rs"