diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c..001eb2c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ca5c21..c330915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/forkwright/akroasis/compare/v0.1.1...v0.1.2) (2026-03-18) + + +### Bug Fixes + +* **ci:** install protobuf-compiler for kerykeion prost codegen ([#53](https://github.com/forkwright/akroasis/issues/53)) ([b79da85](https://github.com/forkwright/akroasis/commit/b79da853d05495c6e3eddb5d0a769e6dd4630a6b)) + ## [0.1.1](https://github.com/forkwright/akroasis/compare/v0.1.0...v0.1.1) (2026-03-18) diff --git a/Cargo.toml b/Cargo.toml index 4941086..2d22e0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/*"] [workspace.package] -version = "0.1.1" +version = "0.1.2" edition = "2024" rust-version = "1.85" license = "AGPL-3.0-only"