Skip to content

Commit ce51c83

Browse files
committed
chore(main): release 0.18.0
1 parent 6a52f44 commit ce51c83

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,19 @@
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-11-03)
80+
81+
82+
### Features
83+
84+
* 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))
85+
* 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))
86+
87+
88+
### Bug Fixes
89+
90+
* 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))
91+
7992
## [0.17.1](https://github.com/AccessKit/accesskit-c/compare/0.17.0...0.17.1) (2025-10-02)
8093

8194

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)