From 8ef0d9feab9a712034a225abd23b1e1f8cd40fde 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:25:46 +0000 Subject: [PATCH] chore: release v0.0.23 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 479bd1a..5306e96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.23](https://github.com/wavekat/wavekat-cli/compare/v0.0.22...v0.0.23) - 2026-06-04 + +### Other + +- link wavekat.com from README ([#54](https://github.com/wavekat/wavekat-cli/pull/54)) +- move Linux workflows to self-hosted runners (wavekat-ci) ([#52](https://github.com/wavekat/wavekat-cli/pull/52)) + ## [0.0.22](https://github.com/wavekat/wavekat-cli/compare/v0.0.21...v0.0.22) - 2026-05-16 ### Added diff --git a/Cargo.toml b/Cargo.toml index a31a1f0..f757fd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wavekat-cli" -version = "0.0.22" +version = "0.0.23" edition = "2021" license = "Apache-2.0" description = "Command-line client for the WaveKat platform (wk)"