diff --git a/CHANGELOG.md b/CHANGELOG.md index 86ccbb5..c836915 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.47.10](https://github.com/DecapodLabs/decapod/compare/v0.47.9...v0.47.10) - 2026-03-07 + +### Other + +- move flake input to 25.11 + ## [0.47.9](https://github.com/DecapodLabs/decapod/compare/v0.47.8...v0.47.9) - 2026-03-07 ### Other diff --git a/Cargo.lock b/Cargo.lock index 4e2ef19..4abd3f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -315,7 +315,7 @@ dependencies = [ [[package]] name = "decapod" -version = "0.47.9" +version = "0.47.10" dependencies = [ "clap", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 85b50e7..2b0a653 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "decapod" -version = "0.47.9" +version = "0.47.10" edition = "2024" rust-version = "1.91.1" build = "build/constitution_index.rs"