From 1ad1154b92d7058bd4cb9b2b25f382fb9430af7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 14:07:30 +0000 Subject: [PATCH] chore(main): release macaw 0.3.0 --- .github/.release-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/.release-manifest.json b/.github/.release-manifest.json index 2be9c43..0ee8c01 100644 --- a/.github/.release-manifest.json +++ b/.github/.release-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bfa5a5e..f9e820e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/zazabe/macaw/compare/macaw-v0.2.0...macaw-v0.3.0) (2026-08-16) + + +### Features + +* Add actor-based session control server ([#4](https://github.com/zazabe/macaw/issues/4)) ([27954e9](https://github.com/zazabe/macaw/commit/27954e94a7833227a77a4b87743162e3c037d162)) + ## [0.2.0](https://github.com/zazabe/macaw/compare/macaw-v0.1.0...macaw-v0.2.0) (2026-08-16) diff --git a/Cargo.toml b/Cargo.toml index 5bdd5a8..028c131 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = [ "macaw-core", "macaw-http", "macaw-ws", "macaw-wasm" ] [workspace.package] -version = "0.2.0" +version = "0.3.0" authors = [ "Michel Meyer ", "Reto Kaiser" ] edition = "2024" license = "MIT"