diff --git a/CHANGELOG.md b/CHANGELOG.md index 4602a65..0a30977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.3.2 - 2026-08-12 + +### Release + +- Fixed release validation after the repository privacy rewrite by scanning + commits from the merge-base of the previous version tag through the current + release, rather than rescanning unrelated pre-remediation ancestors. + ## 0.3.1 - 2026-08-12 ### Privacy diff --git a/Cargo.lock b/Cargo.lock index 79cb100..f1f779a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1360,7 +1360,7 @@ dependencies = [ [[package]] name = "katok" -version = "0.3.1" +version = "0.3.2" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 9bb1829..a0de89f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "katok" -version = "0.3.1" +version = "0.3.2" edition = "2021" rust-version = "1.91" license = "MIT"