From 515697d0c12e8a45ed0d4c78906e65cad7ca315b Mon Sep 17 00:00:00 2001 From: Matt Campbell Date: Mon, 15 Jun 2026 23:27:05 +0200 Subject: [PATCH] chore(main): release 0.22.2 --- .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 8302ce4..c0ceb36 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.22.1"} \ No newline at end of file +{".":"0.22.2"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f173205..701b9b8 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.2](https://github.com/AccessKit/accesskit-c/compare/0.22.1...0.22.2) (2026-06-15) + + +### Bug Fixes + +* bump the rust-crates group with 6 updates ([#100](https://github.com/AccessKit/accesskit-c/issues/100)) ([b29cb07](https://github.com/AccessKit/accesskit-c/commit/b29cb070f1cf774e9a5e03041e7ae3368faf2372)) + ## [0.22.1](https://github.com/AccessKit/accesskit-c/compare/0.22.0...0.22.1) (2026-05-24) diff --git a/Cargo.lock b/Cargo.lock index 469ac42..1f1287b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "accesskit-c" -version = "0.22.1" +version = "0.22.2" dependencies = [ "accesskit", "accesskit_android", diff --git a/Cargo.toml b/Cargo.toml index f0e083a..fd6b109 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit-c" -version = "0.22.1" +version = "0.22.2" authors = ["The AccessKit contributors"] license = "MIT OR Apache-2.0" publish = false