Skip to content

Commit 31bb683

Browse files
committed
chore(main): release 0.7.1
1 parent df810ea commit 31bb683

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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.7.0"}
1+
{".":"0.7.1"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.7.1](https://github.com/AccessKit/accesskit-python/compare/0.7.0...0.7.1) (2025-09-30)
58+
59+
60+
### Bug Fixes
61+
62+
* Update some dependencies to remove duplicate versions ([#10](https://github.com/AccessKit/accesskit-python/issues/10)) ([df810ea](https://github.com/AccessKit/accesskit-python/commit/df810ea4c9cf478215f75c3970b8ea1688eaf554))
63+
5764
## [0.7.0](https://github.com/AccessKit/accesskit-python/compare/0.6.0...0.7.0) (2025-09-30)
5865

5966

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.7.0"
3+
version = "0.7.1"
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)