diff --git a/Cargo.toml b/Cargo.toml index aba5de7..4bd89aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,6 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.0.1" +version = "0.0.2" edition = "2021" license = "Apache-2.0" diff --git a/crates/wavekat-core/CHANGELOG.md b/crates/wavekat-core/CHANGELOG.md index bed29d4..543b7f0 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.2](https://github.com/wavekat/wavekat-core/compare/v0.0.1...v0.0.2) - 2026-03-27 + +### Other + +- release v0.0.1 ([#2](https://github.com/wavekat/wavekat-core/pull/2)) + ## [0.0.1](https://github.com/wavekat/wavekat-core/releases/tag/v0.0.1) - 2026-03-27 ### Added