From 0e27bc6fdd9e1b17e1b9201625651758233db016 Mon Sep 17 00:00:00 2001 From: "decapod-release-manager[bot]" <261518511+decapod-release-manager[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 04:20:37 +0000 Subject: [PATCH] chore: release v0.53.0 --- 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 4a4bf29d..87fb2fc5 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.53.0](https://github.com/DecapodLabs/decapod/compare/v0.52.2...v0.53.0) - 2026-05-26 + +### Added + +- implement comprehensive dual-audience documentation system ([#596](https://github.com/DecapodLabs/decapod/pull/596)) + ## [0.52.2](https://github.com/DecapodLabs/decapod/compare/v0.52.1...v0.52.2) - 2026-05-26 ### Added diff --git a/Cargo.lock b/Cargo.lock index 8d1aec0f..041b695f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -330,7 +330,7 @@ dependencies = [ [[package]] name = "decapod" -version = "0.52.2" +version = "0.53.0" dependencies = [ "clap", "criterion", diff --git a/Cargo.toml b/Cargo.toml index f1fc8030..ab835f9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "decapod" -version = "0.52.2" +version = "0.53.0" edition = "2024" rust-version = "1.91.1" build = "build/compress_constitution.rs"