From d21319353a1f25e184450cb79616a4e34335a71a Mon Sep 17 00:00:00 2001 From: Matt Campbell Date: Thu, 26 Feb 2026 21:40:04 +0100 Subject: [PATCH] chore(main): release 0.21.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 c8a8de1..b2b7eb7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.21.0"} \ No newline at end of file +{".":"0.21.1"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 58ef84d..e535179 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.1](https://github.com/AccessKit/accesskit-c/compare/0.21.0...0.21.1) (2026-02-26) + + +### Bug Fixes + +* Fix Android platform detection in CMake build process ([#83](https://github.com/AccessKit/accesskit-c/issues/83)) ([8cca8b6](https://github.com/AccessKit/accesskit-c/commit/8cca8b63e982522d888794073fe4e5a792e13910)) + ## [0.21.0](https://github.com/AccessKit/accesskit-c/compare/0.20.0...0.21.0) (2026-02-25) diff --git a/Cargo.lock b/Cargo.lock index 96838fc..7ca5898 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "accesskit-c" -version = "0.21.0" +version = "0.21.1" dependencies = [ "accesskit", "accesskit_android", diff --git a/Cargo.toml b/Cargo.toml index c3653a0..5c57721 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit-c" -version = "0.21.0" +version = "0.21.1" authors = ["The AccessKit contributors"] license = "MIT OR Apache-2.0" publish = false