From e24b0f903be04a4e2750ce4d13e5a180f733d6a0 Mon Sep 17 00:00:00 2001 From: Matt Campbell Date: Sun, 24 May 2026 17:36:06 +0200 Subject: [PATCH] chore(main): release 0.22.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 062ed4e..8302ce4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.22.0"} \ No newline at end of file +{".":"0.22.1"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 74105ab..f173205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,6 +76,13 @@ * dependencies * accesskit_unix bumped from 0.11.0 to 0.11.1 +## [0.22.1](https://github.com/AccessKit/accesskit-c/compare/0.22.0...0.22.1) (2026-05-24) + + +### Bug Fixes + +* Fix Windows binary publishing jobs ([#98](https://github.com/AccessKit/accesskit-c/issues/98)) ([27960b1](https://github.com/AccessKit/accesskit-c/commit/27960b19f9dcdad2c6d706fb09adad77ee3fd116)) + ## [0.22.0](https://github.com/AccessKit/accesskit-c/compare/0.21.2...0.22.0) (2026-05-23) diff --git a/Cargo.lock b/Cargo.lock index 3832c50..36b5739 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "accesskit-c" -version = "0.22.0" +version = "0.22.1" dependencies = [ "accesskit", "accesskit_android", diff --git a/Cargo.toml b/Cargo.toml index 649f766..32eada2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit-c" -version = "0.22.0" +version = "0.22.1" authors = ["The AccessKit contributors"] license = "MIT OR Apache-2.0" publish = false