diff --git a/Cargo.toml b/Cargo.toml index 623a784..6b6737b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,6 @@ resolver = "2" # downstream consumers pin us via [patch.crates-io] to a specific 0.0.x. # Bump only when the in-flight port (see docs/01-port-plan.md) is ready # to publish. -version = "0.0.10" +version = "0.0.11" edition = "2021" license = "Apache-2.0" diff --git a/crates/wavekat-sip/CHANGELOG.md b/crates/wavekat-sip/CHANGELOG.md index c828c11..85c432c 100644 --- a/crates/wavekat-sip/CHANGELOG.md +++ b/crates/wavekat-sip/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.11](https://github.com/wavekat/wavekat-sip/compare/v0.0.10...v0.0.11) - 2026-05-15 + +### Other + +- add stars chart to README ([#20](https://github.com/wavekat/wavekat-sip/pull/20)) + ## [0.0.10](https://github.com/wavekat/wavekat-sip/compare/v0.0.9...v0.0.10) - 2026-05-14 ### Added