From 1daeae2593d0064d3768e934420f23f685ba8fd8 Mon Sep 17 00:00:00 2001 From: Matt Campbell Date: Tue, 30 Sep 2025 22:14:01 +0200 Subject: [PATCH] chore(main): release 0.7.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d12354e..0d62e08 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.6.0"} \ No newline at end of file +{".":"0.7.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b340aa..b6c41f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,25 @@ * dependencies * accesskit_unix bumped from 0.11.0 to 0.11.1 +## [0.7.0](https://github.com/AccessKit/accesskit-python/compare/0.6.0...0.7.0) (2025-09-30) + + +### ⚠ BREAKING CHANGES + +* Update pyo3 to 0.24 and AccessKit crates to their latest versions ([#6](https://github.com/AccessKit/accesskit-python/issues/6)) +* Update to latest AccessKit ([#3](https://github.com/AccessKit/accesskit-python/issues/3)) + +### Features + +* Add missing classes and enums to the API ([#8](https://github.com/AccessKit/accesskit-python/issues/8)) ([8201d7a](https://github.com/AccessKit/accesskit-python/commit/8201d7afd0c582f445457a1442f14324357a8678)) +* Update pyo3 to 0.24 and AccessKit crates to their latest versions ([#6](https://github.com/AccessKit/accesskit-python/issues/6)) ([8431b99](https://github.com/AccessKit/accesskit-python/commit/8431b99824393093f418eba7a808606c3a3cadbe)) + + +### Bug Fixes + +* Update minimum supported Rust version to 1.77.2 ([#7](https://github.com/AccessKit/accesskit-python/issues/7)) ([519c9b3](https://github.com/AccessKit/accesskit-python/commit/519c9b3bd1798b81d2bf39096e5bdcafeb325876)) +* Update to latest AccessKit ([#3](https://github.com/AccessKit/accesskit-python/issues/3)) ([87b093b](https://github.com/AccessKit/accesskit-python/commit/87b093b58719679aab3193f0090f57a9b6b60a2d)) + ## [0.6.0](https://github.com/AccessKit/accesskit-python/compare/v0.5.0...0.6.0) (2024-07-14) diff --git a/Cargo.lock b/Cargo.lock index b152e45..ab7bd68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "accesskit-python" -version = "0.6.0" +version = "0.7.0" dependencies = [ "accesskit", "accesskit_macos", diff --git a/Cargo.toml b/Cargo.toml index 7404f9d..05f3042 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit-python" -version = "0.6.0" +version = "0.7.0" authors = ["The AccessKit contributors"] license = "MIT OR Apache-2.0" description = "Python bindings to the AccessKit library"