From c3227b9df2616be86b87c9c3c404cfcbbe0b16eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 04:13:08 +0000 Subject: [PATCH] chore(main): release 0.1.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 001eb2c..c05df9b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c330915..418eb93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/forkwright/akroasis/compare/v0.1.2...v0.1.3) (2026-03-19) + + +### Features + +* **kerykeion:** crate scaffold with mesh types, config, and protobuf codegen ([#52](https://github.com/forkwright/akroasis/issues/52)) ([23da372](https://github.com/forkwright/akroasis/commit/23da372dbde8145f00f3f6f2a637e5f1530a1ec2)) + ## [0.1.2](https://github.com/forkwright/akroasis/compare/v0.1.1...v0.1.2) (2026-03-18) diff --git a/Cargo.toml b/Cargo.toml index 8e94d30..6797e5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/*"] [workspace.package] -version = "0.1.2" +version = "0.1.3" edition = "2024" rust-version = "1.85" license = "AGPL-3.0-only"