Skip to content

chore(main): release 0.7.0 #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.6.0"}
{".":"0.7.0"}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,17 @@
* 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-07-09)


### ⚠ BREAKING CHANGES

* Update to latest AccessKit ([#3](https://github.com/AccessKit/accesskit-python/issues/3))

### Bug Fixes

* 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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Loading