diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0d62e08..e961dcb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.7.0"} \ No newline at end of file +{".":"0.7.1"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b6c41f0..452010c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,14 @@ * dependencies * accesskit_unix bumped from 0.11.0 to 0.11.1 +## [0.7.1](https://github.com/AccessKit/accesskit-python/compare/0.7.0...0.7.1) (2025-09-30) + + +### Bug Fixes + +* Update some dependencies to remove duplicate versions ([#10](https://github.com/AccessKit/accesskit-python/issues/10)) ([df810ea](https://github.com/AccessKit/accesskit-python/commit/df810ea4c9cf478215f75c3970b8ea1688eaf554)) +* Update thiserror to remove duplicate version of syn ([#12](https://github.com/AccessKit/accesskit-python/issues/12)) ([c107b8d](https://github.com/AccessKit/accesskit-python/commit/c107b8d69024df40f00ca322c7ba1d6493609246)) + ## [0.7.0](https://github.com/AccessKit/accesskit-python/compare/0.6.0...0.7.0) (2025-09-30) diff --git a/Cargo.lock b/Cargo.lock index 4d6ce49..6a8335b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "accesskit-python" -version = "0.7.0" +version = "0.7.1" dependencies = [ "accesskit", "accesskit_macos", diff --git a/Cargo.toml b/Cargo.toml index 05f3042..20285f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit-python" -version = "0.7.0" +version = "0.7.1" authors = ["The AccessKit contributors"] license = "MIT OR Apache-2.0" description = "Python bindings to the AccessKit library"