Skip to content

Commit 0c52a8c

Browse files
authored
chore(main): release 0.18.0 (#57)
1 parent 80ebdb5 commit 0c52a8c

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

79+
## [0.18.0](https://github.com/AccessKit/accesskit-c/compare/0.17.1...0.18.0) (2025-12-10)
80+
81+
82+
### ⚠ BREAKING CHANGES
83+
84+
* Make accesskit_custom_action an opaque type ([#64](https://github.com/AccessKit/accesskit-c/issues/64))
85+
86+
### Features
87+
88+
* Add functions to get string representation of opaque types ([#56](https://github.com/AccessKit/accesskit-c/issues/56)) ([f885b39](https://github.com/AccessKit/accesskit-c/commit/f885b392d670c1b2f6ad2f23e57cc1f933e97a98))
89+
* Add missing functions to geometry types ([#63](https://github.com/AccessKit/accesskit-c/issues/63)) ([a809289](https://github.com/AccessKit/accesskit-c/commit/a809289166f5b08ac545abac87c45d8043f0d0eb))
90+
* Allow usage of char slices in addition to null-terminated strings ([#60](https://github.com/AccessKit/accesskit-c/issues/60)) ([5f0a917](https://github.com/AccessKit/accesskit-c/commit/5f0a9175e0b7995b08cf21f8daf141c78c47c62e))
91+
92+
93+
### Bug Fixes
94+
95+
* bump the rust-crates group with 3 updates ([#59](https://github.com/AccessKit/accesskit-c/issues/59)) ([314b789](https://github.com/AccessKit/accesskit-c/commit/314b789e6c7cfdaaf9e0aba94c85e2618dbab5be))
96+
* Prevent use-after-free with some geometry functions ([#65](https://github.com/AccessKit/accesskit-c/issues/65)) ([80ebdb5](https://github.com/AccessKit/accesskit-c/commit/80ebdb52f10a2e714e75dcb997cfc429bd92282d))
97+
98+
99+
### Code Refactoring
100+
101+
* Make accesskit_custom_action an opaque type ([#64](https://github.com/AccessKit/accesskit-c/issues/64)) ([440578f](https://github.com/AccessKit/accesskit-c/commit/440578f8076efbd0843c0d67a709c27ed5d1da6e))
102+
79103
## [0.17.1](https://github.com/AccessKit/accesskit-c/compare/0.17.0...0.17.1) (2025-10-02)
80104

81105

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.17.1"
3+
version = "0.18.0"
44
authors = ["The AccessKit contributors"]
55
license = "MIT OR Apache-2.0"
66
publish = false

0 commit comments

Comments
 (0)