From 5d31bb385304b93c473f60dc95b6a1e2426e6be2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 09:35:33 +0000 Subject: [PATCH] chore: release v0.0.3 --- Cargo.toml | 2 +- crates/wavekat-core/CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4bd89aa..9767140 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,6 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.0.2" +version = "0.0.3" edition = "2021" license = "Apache-2.0" diff --git a/crates/wavekat-core/CHANGELOG.md b/crates/wavekat-core/CHANGELOG.md index 8945dde..1c7e093 100644 --- a/crates/wavekat-core/CHANGELOG.md +++ b/crates/wavekat-core/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.3](https://github.com/wavekat/wavekat-core/compare/v0.0.2...v0.0.3) - 2026-03-27 + +### Other + +- link banner to GitHub repo ([#7](https://github.com/wavekat/wavekat-core/pull/7)) + ## [0.0.2](https://github.com/wavekat/wavekat-core/compare/v0.0.1...v0.0.2) - 2026-03-27 ### Fixed