From a81255785312859419c5440afc0704631adb6bdc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 13:26:42 +0000 Subject: [PATCH] chore(main): release macaw 0.2.0 --- .github/.release-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.toml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.github/.release-manifest.json b/.github/.release-manifest.json index 466df71..2be9c43 100644 --- a/.github/.release-manifest.json +++ b/.github/.release-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bfa5a5e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +## [0.2.0](https://github.com/zazabe/macaw/compare/macaw-v0.1.0...macaw-v0.2.0) (2026-08-16) + + +### Features + +* add WebAssembly Component support for HTTP transforms and redaction ([415958d](https://github.com/zazabe/macaw/commit/415958d81eceb2a28685a286e9e51fc52159e82f)) +* add WebAssembly Component support for HTTP transforms and redaction ([e1a8f6d](https://github.com/zazabe/macaw/commit/e1a8f6d8f7cbde91f5e88d8f840a70824c8493e7)) + + +### Bug Fixes + +* CI release based on workspace version ([#2](https://github.com/zazabe/macaw/issues/2)) ([3ee1c47](https://github.com/zazabe/macaw/commit/3ee1c47da7b82104e8c63cd8bd2a3d077eebbdd1)) + + +### Chores + +* migrate CI config from gitlab to github ([7743952](https://github.com/zazabe/macaw/commit/7743952a722741aa03cce15e14f54677ab083923)) diff --git a/Cargo.toml b/Cargo.toml index 8612e5a..d816bf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = [ "macaw-core", "macaw-http", "macaw-ws", "macaw-wasm" ] [workspace.package] -version = "0.1.0" +version = "0.2.0" authors = [ "Michel Meyer ", "Reto Kaiser" ] edition = "2024" license = "MIT"