Skip to content
Merged
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.5.0"}
{".":"0.6.0"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@
* dependencies
* accesskit_unix bumped from 0.11.0 to 0.11.1

## [0.6.0](https://github.com/AccessKit/accesskit-python/compare/v0.5.0...0.6.0) (2024-07-14)


### Features

* Move the Python bindings into a standalone repository ([#1](https://github.com/AccessKit/accesskit-python/issues/1)) ([1b647fd](https://github.com/AccessKit/accesskit-python/commit/1b647fded7dcedbdd221e2b9a088bc7280e713d4))

## [0.5.0](https://github.com/AccessKit/accesskit/compare/accesskit_python-v0.4.1...accesskit_python-v0.5.0) (2024-06-29)


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.5.0"
version = "0.6.0"
authors = ["The AccessKit contributors"]
license = "MIT OR Apache-2.0"
description = "Python bindings to the AccessKit library"
Expand Down