From 32f630edb8f7301d232e3b6545fb312f454a0e25 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 12:56:01 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- 4 files changed, 21 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 326017c..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.25" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b597edf..5d7ee35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.0](https://github.com/forkwright/akroasis/compare/v0.1.25...v0.2.0) (2026-08-19) + + +### Features + +* **kerykeion:** author the wire schema from the protocol, dropping the vendored GPL protos ([#392](https://github.com/forkwright/akroasis/issues/392)) ([aa81813](https://github.com/forkwright/akroasis/commit/aa8181353a3a8e28f147b308877be86fcd6eedb7)) + + +### Bug Fixes + +* **koinon:** close three tamper-log integrity gaps in the writer path ([#391](https://github.com/forkwright/akroasis/issues/391)) ([c947eee](https://github.com/forkwright/akroasis/commit/c947eee7e73237ff7fd31146ccd171e199436f04)) + ## [0.1.25](https://github.com/forkwright/akroasis/compare/v0.1.24...v0.1.25) (2026-08-17) diff --git a/Cargo.lock b/Cargo.lock index 78d546b..d673549 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,7 +34,7 @@ dependencies = [ [[package]] name = "akroasis" -version = "0.1.25" +version = "0.2.0" dependencies = [ "clap", "comfy-table", @@ -59,7 +59,7 @@ dependencies = [ [[package]] name = "akroasis-server" -version = "0.1.25" +version = "0.2.0" dependencies = [ "akroasis", "axum", @@ -1392,7 +1392,7 @@ dependencies = [ [[package]] name = "kerykeion" -version = "0.1.25" +version = "0.2.0" dependencies = [ "aes", "bytes", @@ -1417,7 +1417,7 @@ dependencies = [ [[package]] name = "koinon" -version = "0.1.25" +version = "0.2.0" dependencies = [ "blake3", "ciborium", @@ -1438,7 +1438,7 @@ dependencies = [ [[package]] name = "kryphos" -version = "0.1.25" +version = "0.2.0" dependencies = [ "argon2", "blake3", @@ -2164,7 +2164,7 @@ checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89" [[package]] name = "semaino" -version = "0.1.25" +version = "0.2.0" dependencies = [ "jiff", "koinon", @@ -2457,7 +2457,7 @@ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" [[package]] name = "syntonia" -version = "0.1.25" +version = "0.2.0" dependencies = [ "compact_str", "csv", diff --git a/Cargo.toml b/Cargo.toml index feb2860..8bed2f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/*"] [workspace.package] -version = "0.1.25" +version = "0.2.0" edition = "2024" rust-version = "1.85" license = "AGPL-3.0-only"