From eb41224cecd033d16fdb9cde612900f0513b1894 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 00:01:12 +0000 Subject: [PATCH] chore(main): release 0.1.7 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0f24e47..55c86c8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.6" + ".": "0.1.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e339fe0..2538908 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.7](https://github.com/forkwright/akroasis/compare/v0.1.6...v0.1.7) (2026-03-27) + + +### Features + +* **kerykeion:** gateway bridge and mesh collector wiring ([#71](https://github.com/forkwright/akroasis/issues/71)) ([8da4fc1](https://github.com/forkwright/akroasis/commit/8da4fc1eb6c69c802643fa24514ec95a4a42b4fa)) +* **kerykeion:** node discovery, mesh topology graph, and peer tracking ([#68](https://github.com/forkwright/akroasis/issues/68)) ([ce27b16](https://github.com/forkwright/akroasis/commit/ce27b16cb82f4c1d1eefe2d831d0130180eb7036)) + ## [0.1.6](https://github.com/forkwright/akroasis/compare/v0.1.5...v0.1.6) (2026-03-24) diff --git a/Cargo.toml b/Cargo.toml index ac8ea88..24ffb83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/*"] [workspace.package] -version = "0.1.6" +version = "0.1.7" edition = "2024" rust-version = "1.85" license = "AGPL-3.0-only"