From 60cd270179b574f0db03cc747c59a28e675007d8 Mon Sep 17 00:00:00 2001 From: Matt Campbell Date: Sat, 23 May 2026 18:50:17 +0200 Subject: [PATCH] chore(main): release 0.22.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b570a15..062ed4e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.21.2"} \ No newline at end of file +{".":"0.22.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8df0ced..74105ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,6 +76,19 @@ * dependencies * accesskit_unix bumped from 0.11.0 to 0.11.1 +## [0.22.0](https://github.com/AccessKit/accesskit-c/compare/0.21.2...0.22.0) (2026-05-23) + + +### Features + +* Add iOS adapters ([#94](https://github.com/AccessKit/accesskit-c/issues/94)) ([854f123](https://github.com/AccessKit/accesskit-c/commit/854f123477cdd7e378c4f055cbc1d3bf6d87296d)) + + +### Bug Fixes + +* bump the rust-crates group with 4 updates ([#92](https://github.com/AccessKit/accesskit-c/issues/92)) ([f81c006](https://github.com/AccessKit/accesskit-c/commit/f81c00651e99207d0b5a500ccbe783a2706a4e13)) +* Ignore a clippy warning on Android ([#95](https://github.com/AccessKit/accesskit-c/issues/95)) ([5d4a5c9](https://github.com/AccessKit/accesskit-c/commit/5d4a5c94549f46bb1852058ad9390d66b4cbd795)) + ## [0.21.2](https://github.com/AccessKit/accesskit-c/compare/0.21.1...0.21.2) (2026-03-11) diff --git a/Cargo.lock b/Cargo.lock index fcec5f9..3832c50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "accesskit-c" -version = "0.21.2" +version = "0.22.0" dependencies = [ "accesskit", "accesskit_android", diff --git a/Cargo.toml b/Cargo.toml index 6a1fe52..649f766 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit-c" -version = "0.21.2" +version = "0.22.0" authors = ["The AccessKit contributors"] license = "MIT OR Apache-2.0" publish = false