diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e62a4a9..843e5766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.47.8](https://github.com/DecapodLabs/decapod/compare/v0.47.7...v0.47.8) - 2026-03-07 + +### Fixed + +- make integration shard routing one-based +- use explicit integration shard labels in ci +- export sqlite runtime libs in nix shell + +### Other + +- use one-based integration shard matrix +- use one-based integration shard labels +- add optional nix dev shell and ci path + ## [0.47.7](https://github.com/DecapodLabs/decapod/compare/v0.47.6...v0.47.7) - 2026-03-07 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 12e93e73..c4f2d1e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -315,7 +315,7 @@ dependencies = [ [[package]] name = "decapod" -version = "0.47.7" +version = "0.47.8" dependencies = [ "clap", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 3ad69939..176f87bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "decapod" -version = "0.47.7" +version = "0.47.8" edition = "2024" rust-version = "1.91.1" build = "build/constitution_index.rs"