From 29fefb58d2e22afc9e8f00d262c06e0e39ed6fab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 15:01:18 +0000 Subject: [PATCH] chore(main): release macaw 0.3.1 --- .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 0ee8c01..816df2d 100644 --- a/.github/.release-manifest.json +++ b/.github/.release-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f9e820e..c55a9bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/zazabe/macaw/compare/macaw-v0.3.0...macaw-v0.3.1) (2026-08-16) + + +### Chores + +* update macaw dependencies to version 0.3.0 in Cargo.lock ([#6](https://github.com/zazabe/macaw/issues/6)) ([00fbdbd](https://github.com/zazabe/macaw/commit/00fbdbd593c216b40668aa0a7bc841f4fd141ccf)) + ## [0.3.0](https://github.com/zazabe/macaw/compare/macaw-v0.2.0...macaw-v0.3.0) (2026-08-16) diff --git a/Cargo.toml b/Cargo.toml index 028c131..1277478 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = [ "macaw-core", "macaw-http", "macaw-ws", "macaw-wasm" ] [workspace.package] -version = "0.3.0" +version = "0.3.1" authors = [ "Michel Meyer ", "Reto Kaiser" ] edition = "2024" license = "MIT"