Skip to content

Commit

Permalink
chore: release main (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcampbell authored Jan 6, 2024
1 parent 3725373 commit 432dd7a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"common":"0.12.2","consumer":"0.17.0","platforms/macos":"0.11.0","platforms/windows":"0.16.0","platforms/winit":"0.18.0","platforms/unix":"0.7.0","bindings/c":"0.7.0","bindings/python":"0.1.0"}
{"common":"0.12.2","consumer":"0.17.0","platforms/macos":"0.11.0","platforms/windows":"0.16.0","platforms/winit":"0.18.0","platforms/unix":"0.7.0","bindings/c":"0.7.0","bindings/python":"0.1.1"}
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.

7 changes: 7 additions & 0 deletions bindings/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/AccessKit/accesskit/compare/accesskit_python-v0.1.0...accesskit_python-v0.1.1) (2024-01-06)


### Bug Fixes

* Decrease minimum Python version to 3.8 for Python bindings ([#334](https://github.com/AccessKit/accesskit/issues/334)) ([3725373](https://github.com/AccessKit/accesskit/commit/3725373658bf2475cf3e1341b2e5fcefada576bd))

## 0.1.0 (2024-01-03)


Expand Down
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_python"
version = "0.1.0"
version = "0.1.1"
authors = ["Arnold Loubriat <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Python bindings to the AccessKit library"
Expand Down

0 comments on commit 432dd7a

Please sign in to comment.