From b1cda26405eb315e2bcdc6196d6031c53e11ce08 Mon Sep 17 00:00:00 2001 From: Matt Campbell Date: Sun, 14 Jul 2024 17:31:16 -0500 Subject: [PATCH] chore(main): release 0.6.0 (#2) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d5f715..d12354e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.5.0"} \ No newline at end of file +{".":"0.6.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 894a151..6b340aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.lock b/Cargo.lock index e4b7bb5..1a3ff88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "accesskit-python" -version = "0.5.0" +version = "0.6.0" dependencies = [ "accesskit", "accesskit_macos", diff --git a/Cargo.toml b/Cargo.toml index bf1bc23..fc4972f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"