From 79ddde5d90b91c293b4123dbbf5dc2341af3a29a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 23:55:19 +0000 Subject: [PATCH] chore: release v0.0.11 --- Cargo.toml | 2 +- crates/wavekat-sip/CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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