From 5e8d300ad016f9e5678e287a229f672ea7f84240 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 11:07:32 +0000 Subject: [PATCH] chore: release v0.0.12 --- Cargo.toml | 2 +- crates/wavekat-core/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3715f7..4fa17d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,6 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.0.11" +version = "0.0.12" edition = "2021" license = "Apache-2.0" diff --git a/crates/wavekat-core/CHANGELOG.md b/crates/wavekat-core/CHANGELOG.md index 4f80ac4..350f8b9 100644 --- a/crates/wavekat-core/CHANGELOG.md +++ b/crates/wavekat-core/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.12](https://github.com/wavekat/wavekat-core/compare/v0.0.11...v0.0.12) - 2026-06-04 + +### Other + +- link wavekat.com from README ([#29](https://github.com/wavekat/wavekat-core/pull/29)) +- add stars chart to README ([#27](https://github.com/wavekat/wavekat-core/pull/27)) + ## [0.0.11](https://github.com/wavekat/wavekat-core/compare/v0.0.10...v0.0.11) - 2026-05-14 ### Added