diff --git a/Cargo.lock b/Cargo.lock index 09b3ab914..863fd52e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -140,7 +140,7 @@ checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" [[package]] name = "batten" -version = "0.0.163" +version = "0.0.164" dependencies = [ "anyhow", "blake3", diff --git a/Cargo.toml b/Cargo.toml index 1a51d3a98..110ba6c06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "3" members = ["crates/*"] [workspace.package] -version = "0.0.163" +version = "0.0.164" edition = "2024" # A DERIVED COPY of `mise.toml [tools] rust`, not a compatibility promise # (CLOUD-593). Batten ships compiled binaries and its source is public so the diff --git a/crates/batten/CHANGELOG.md b/crates/batten/CHANGELOG.md index 1eac834f2..8cf603ec5 100644 --- a/crates/batten/CHANGELOG.md +++ b/crates/batten/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.164](https://github.com/button-inc/batten/compare/v0.0.163...v0.0.164) - 2026-09-12 + +### Added + +- *(facts)* read a markdown file's frontmatter, and say which non-answer it is + +### Fixed + +- *(perf)* raise the sample to what this comparison's own null needs to decide +- *(lease)* give the stand-down notice its sender, so a stale holder can be asked +- *(lease)* give the poison cooldown its writer, so a clone that reddened CI takes no further turn +- *(rules)* count the reads `acquire` makes, so the rule-cost census stops lying + +### Other + +- *(rules)* extract the measured acquisition so `run` stays under its cap +- *(config)* [**breaking**] carry this branch's two gates onto the new trunk + ## [0.0.163](https://github.com/button-inc/batten/compare/v0.0.162...v0.0.163) - 2026-09-12 ### Added