diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c0ceb36..a567799 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.22.2"} \ No newline at end of file +{".":"0.22.3"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 701b9b8..03f7609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,6 +76,14 @@ * dependencies * accesskit_unix bumped from 0.11.0 to 0.11.1 +## [0.22.3](https://github.com/AccessKit/accesskit-c/compare/0.22.2...0.22.3) (2026-07-14) + + +### Bug Fixes + +* bump the rust-crates group with 5 updates ([#106](https://github.com/AccessKit/accesskit-c/issues/106)) ([eb20b92](https://github.com/AccessKit/accesskit-c/commit/eb20b92592490f09026c8310bee90c6257d3df02)) +* Ignore vulnerabilities on build dependency quick-xml ([#104](https://github.com/AccessKit/accesskit-c/issues/104)) ([1b777c0](https://github.com/AccessKit/accesskit-c/commit/1b777c05d745a4d85770ae4bc645038897750279)) + ## [0.22.2](https://github.com/AccessKit/accesskit-c/compare/0.22.1...0.22.2) (2026-06-15) diff --git a/Cargo.lock b/Cargo.lock index e8cfd33..df42631 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "accesskit-c" -version = "0.22.2" +version = "0.22.3" dependencies = [ "accesskit", "accesskit_android", diff --git a/Cargo.toml b/Cargo.toml index 3f2918a..6011e74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit-c" -version = "0.22.2" +version = "0.22.3" authors = ["The AccessKit contributors"] license = "MIT OR Apache-2.0" publish = false