Skip to content

Commit f209f27

Browse files
authored
chore(main): release 0.7.0 (#4)
1 parent 8201d7a commit f209f27

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-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.6.0"}
1+
{".":"0.7.0"}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,25 @@
5454
* dependencies
5555
* accesskit_unix bumped from 0.11.0 to 0.11.1
5656

57+
## [0.7.0](https://github.com/AccessKit/accesskit-python/compare/0.6.0...0.7.0) (2025-09-30)
58+
59+
60+
### ⚠ BREAKING CHANGES
61+
62+
* Update pyo3 to 0.24 and AccessKit crates to their latest versions ([#6](https://github.com/AccessKit/accesskit-python/issues/6))
63+
* Update to latest AccessKit ([#3](https://github.com/AccessKit/accesskit-python/issues/3))
64+
65+
### Features
66+
67+
* 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))
68+
* 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))
69+
70+
71+
### Bug Fixes
72+
73+
* 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))
74+
* Update to latest AccessKit ([#3](https://github.com/AccessKit/accesskit-python/issues/3)) ([87b093b](https://github.com/AccessKit/accesskit-python/commit/87b093b58719679aab3193f0090f57a9b6b60a2d))
75+
5776
## [0.6.0](https://github.com/AccessKit/accesskit-python/compare/v0.5.0...0.6.0) (2024-07-14)
5877

5978

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-python"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["The AccessKit contributors"]
55
license = "MIT OR Apache-2.0"
66
description = "Python bindings to the AccessKit library"

0 commit comments

Comments
 (0)