Skip to content

Commit b1cda26

Browse files
authored
chore(main): release 0.6.0 (#2)
1 parent 1b647fd commit b1cda26

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.5.0"}
1+
{".":"0.6.0"}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@
5454
* dependencies
5555
* accesskit_unix bumped from 0.11.0 to 0.11.1
5656

57+
## [0.6.0](https://github.com/AccessKit/accesskit-python/compare/v0.5.0...0.6.0) (2024-07-14)
58+
59+
60+
### Features
61+
62+
* 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))
63+
5764
## [0.5.0](https://github.com/AccessKit/accesskit/compare/accesskit_python-v0.4.1...accesskit_python-v0.5.0) (2024-06-29)
5865

5966

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accesskit-python"
3-
version = "0.5.0"
3+
version = "0.6.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)