diff --git a/Cargo.lock b/Cargo.lock index 9cb3b5e..dee4c1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1551,7 +1551,7 @@ dependencies = [ [[package]] name = "wavekat-flow" -version = "0.0.2" +version = "0.0.3" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 7ad1baa..c10cac9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.0.2" +version = "0.0.3" edition = "2021" license = "Apache-2.0" rust-version = "1.88" diff --git a/crates/wavekat-flow/CHANGELOG.md b/crates/wavekat-flow/CHANGELOG.md index afe854d..bdbb5e6 100644 --- a/crates/wavekat-flow/CHANGELOG.md +++ b/crates/wavekat-flow/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.3](https://github.com/wavekat/wavekat-flow/compare/wavekat-flow-v0.0.2...wavekat-flow-v0.0.3) - 2026-07-19 + +### Other + +- Merge pull request #20 from wavekat/release-plz-2026-07-19T08-07-49Z +- remove private repo references ([#21](https://github.com/wavekat/wavekat-flow/pull/21)) + ## [0.0.2](https://github.com/wavekat/wavekat-flow/compare/wavekat-flow-v0.0.1...wavekat-flow-v0.0.2) - 2026-07-19 ### Fixed