From 02c4f1cdbef36a8a42283bb74bb395c6f1b449b3 Mon Sep 17 00:00:00 2001 From: Matt Campbell Date: Wed, 11 Mar 2026 23:38:07 +0100 Subject: [PATCH] chore(main): release 0.21.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 b2b7eb7..b570a15 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.21.1"} \ No newline at end of file +{".":"0.21.2"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e535179..8df0ced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,6 +76,13 @@ * dependencies * accesskit_unix bumped from 0.11.0 to 0.11.1 +## [0.21.2](https://github.com/AccessKit/accesskit-c/compare/0.21.1...0.21.2) (2026-03-11) + + +### Bug Fixes + +* bump the rust-crates group with 4 updates ([#87](https://github.com/AccessKit/accesskit-c/issues/87)) ([32d4dcc](https://github.com/AccessKit/accesskit-c/commit/32d4dccabd5e78ddca0f08b64c752a348cfa9656)) + ## [0.21.1](https://github.com/AccessKit/accesskit-c/compare/0.21.0...0.21.1) (2026-02-26) diff --git a/Cargo.lock b/Cargo.lock index 41ec947..e63b6cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "accesskit-c" -version = "0.21.1" +version = "0.21.2" dependencies = [ "accesskit", "accesskit_android", diff --git a/Cargo.toml b/Cargo.toml index 3a1f74a..c550083 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit-c" -version = "0.21.1" +version = "0.21.2" authors = ["The AccessKit contributors"] license = "MIT OR Apache-2.0" publish = false