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"