diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1c1e58..bcd0522 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d6ae800..abbb110 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.6.0](https://github.com/forkwright/akroasis/compare/v0.5.0...v0.6.0) (2026-08-21) + + +### Features + +* **koinon,kryphos:** sign the audit log tip and verify which installation produced it ([#451](https://github.com/forkwright/akroasis/issues/451)) ([9b839bc](https://github.com/forkwright/akroasis/commit/9b839bcffb92f95dc0f583aa334545d3232b37b9)) + + +### Bug Fixes + +* **fuzz:** the crate was invisible to lint, dependabot, audit, deny, and osv ([#453](https://github.com/forkwright/akroasis/issues/453)) ([1cb6fc2](https://github.com/forkwright/akroasis/commit/1cb6fc2906ed0a86392ed357c64dd428442d2b42)) + ## [0.5.0](https://github.com/forkwright/akroasis/compare/v0.4.4...v0.5.0) (2026-08-21) diff --git a/Cargo.lock b/Cargo.lock index e90f09a..4cdf16a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,7 +34,7 @@ dependencies = [ [[package]] name = "akroasis" -version = "0.5.0" +version = "0.6.0" dependencies = [ "clap", "comfy-table", @@ -61,7 +61,7 @@ dependencies = [ [[package]] name = "akroasis-server" -version = "0.5.0" +version = "0.6.0" dependencies = [ "akroasis", "axum", @@ -1394,7 +1394,7 @@ dependencies = [ [[package]] name = "kerykeion" -version = "0.5.0" +version = "0.6.0" dependencies = [ "aes", "bytes", @@ -1419,7 +1419,7 @@ dependencies = [ [[package]] name = "koinon" -version = "0.5.0" +version = "0.6.0" dependencies = [ "blake3", "ciborium", @@ -1440,7 +1440,7 @@ dependencies = [ [[package]] name = "kryphos" -version = "0.5.0" +version = "0.6.0" dependencies = [ "argon2", "blake3", @@ -2166,7 +2166,7 @@ checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89" [[package]] name = "semaino" -version = "0.5.0" +version = "0.6.0" dependencies = [ "jiff", "koinon", @@ -2459,7 +2459,7 @@ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" [[package]] name = "syntonia" -version = "0.5.0" +version = "0.6.0" dependencies = [ "compact_str", "csv", diff --git a/Cargo.toml b/Cargo.toml index 17c9b71..4a1142b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/*"] [workspace.package] -version = "0.5.0" +version = "0.6.0" edition = "2024" rust-version = "1.85" license = "AGPL-3.0-only"