From 6c28718777100851a0985c7c0c5fa8bd81dd2bd2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 08:31:34 +0000 Subject: [PATCH] chore: release v0.0.23 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 479bd1a..062e35f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ 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-05-23 + +### Other + +- 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)"