Skip to content

Commit 4a7d034

Browse files
authored
chore(main): release 0.21.0 (#81)
1 parent c42e2d9 commit 4a7d034

4 files changed

Lines changed: 21 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.20.0"}
1+
{".":"0.21.0"}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,24 @@
7676
* dependencies
7777
* accesskit_unix bumped from 0.11.0 to 0.11.1
7878

79+
## [0.21.0](https://github.com/AccessKit/accesskit-c/compare/0.20.0...0.21.0) (2026-02-25)
80+
81+
82+
### ⚠ BREAKING CHANGES
83+
84+
* Update minimum supported Rust version to 1.85 ([#80](https://github.com/AccessKit/accesskit-c/issues/80))
85+
86+
### Features
87+
88+
* Add Android support ([#72](https://github.com/AccessKit/accesskit-c/issues/72)) ([c42e2d9](https://github.com/AccessKit/accesskit-c/commit/c42e2d9d754ef190ef9b11d393a52dc10db05028))
89+
90+
91+
### Bug Fixes
92+
93+
* Allow null pointers as empty slices ([#79](https://github.com/AccessKit/accesskit-c/issues/79)) ([a3a8348](https://github.com/AccessKit/accesskit-c/commit/a3a8348e003fb16f4860ffb9a1d41b948654ef38))
94+
* Ensure Vec capacity equals length in custom_actions to avoid UB on free ([#82](https://github.com/AccessKit/accesskit-c/issues/82)) ([29b4a3e](https://github.com/AccessKit/accesskit-c/commit/29b4a3e71a9b74830ab0bb8fdb37b7df91c08ed9))
95+
* Update minimum supported Rust version to 1.85 ([#80](https://github.com/AccessKit/accesskit-c/issues/80)) ([c07ddbc](https://github.com/AccessKit/accesskit-c/commit/c07ddbc6442cee72e32e3049d39c9a37b45fe6a3))
96+
7997
## [0.20.0](https://github.com/AccessKit/accesskit-c/compare/0.19.0...0.20.0) (2026-01-18)
8098

8199

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accesskit-c"
3-
version = "0.20.0"
3+
version = "0.21.0"
44
authors = ["The AccessKit contributors"]
55
license = "MIT OR Apache-2.0"
66
publish = false

0 commit comments

Comments
 (0)