Skip to content

Commit 1354d40

Browse files
committed
chore(main): release 0.21.0
1 parent 29b4a3e commit 1354d40

4 files changed

Lines changed: 15 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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,18 @@
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+
### Bug Fixes
87+
88+
* 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))
89+
* 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))
90+
7991
## [0.20.0](https://github.com/AccessKit/accesskit-c/compare/0.19.0...0.20.0) (2026-01-18)
8092

8193

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)