diff --git a/.release-please-manifest.json b/.release-please-manifest.json index db3279b..c59c970 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.17.0"} \ No newline at end of file +{".":"0.17.1"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6601712..abbc046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,6 +76,14 @@ * dependencies * accesskit_unix bumped from 0.11.0 to 0.11.1 +## [0.17.1](https://github.com/AccessKit/accesskit-c/compare/0.17.0...0.17.1) (2025-10-02) + + +### Bug Fixes + +* bump the rust-crates group with 4 updates ([#54](https://github.com/AccessKit/accesskit-c/issues/54)) ([f71fc32](https://github.com/AccessKit/accesskit-c/commit/f71fc326c7637cc9d0dc02192a2b9cd4fe95dfa0)) +* Draw on the window to make the SDL example work under Wayland ([#51](https://github.com/AccessKit/accesskit-c/issues/51)) ([4872478](https://github.com/AccessKit/accesskit-c/commit/48724780647b01fde19156c2825645673e176cf7)) + ## [0.17.0](https://github.com/AccessKit/accesskit-c/compare/0.16.0...0.17.0) (2025-07-18) diff --git a/Cargo.lock b/Cargo.lock index 96779cf..6686794 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "cf203f9d3bd8f29f98833d1fbef628df18f759248a547e7e01cfbf63cda36a99" [[package]] name = "accesskit-c" -version = "0.17.0" +version = "0.17.1" dependencies = [ "accesskit", "accesskit_macos", diff --git a/Cargo.toml b/Cargo.toml index 87117ff..83fedc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit-c" -version = "0.17.0" +version = "0.17.1" authors = ["The AccessKit contributors"] license = "MIT OR Apache-2.0" publish = false