Skip to content

Commit

Permalink
chore: release main (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcampbell authored Jun 15, 2024
1 parent 50341f1 commit acd7810
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 15 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.15.0","consumer":"0.23.0","platforms/macos":"0.16.0","platforms/windows":"0.21.0","platforms/winit":"0.21.0","platforms/unix":"0.11.0","bindings/c":"0.11.0","bindings/python":"0.4.0","platforms/atspi-common":"0.7.0"}
{"common":"0.15.0","consumer":"0.23.0","platforms/macos":"0.16.0","platforms/windows":"0.21.0","platforms/winit":"0.21.1","platforms/unix":"0.11.1","bindings/c":"0.11.1","bindings/python":"0.4.1","platforms/atspi-common":"0.8.0"}
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions bindings/c/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
* accesskit_macos bumped from 0.14.0 to 0.15.0
* accesskit_unix bumped from 0.10.0 to 0.10.1

* The following workspace dependencies were updated
* dependencies
* accesskit_unix bumped from 0.11.0 to 0.11.1

## [0.11.0](https://github.com/AccessKit/accesskit/compare/accesskit_c-v0.10.3...accesskit_c-v0.11.0) (2024-06-09)


Expand Down
4 changes: 2 additions & 2 deletions bindings/c/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_c"
version = "0.11.0"
version = "0.11.1"
authors.workspace = true
license.workspace = true
publish = false
Expand All @@ -25,4 +25,4 @@ accesskit_windows = { version = "0.21.0", path = "../../platforms/windows" }
accesskit_macos = { version = "0.16.0", path = "../../platforms/macos" }

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
accesskit_unix = { version = "0.11.0", path = "../../platforms/unix" }
accesskit_unix = { version = "0.11.1", path = "../../platforms/unix" }
4 changes: 4 additions & 0 deletions bindings/python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
* accesskit_macos bumped from 0.14.0 to 0.15.0
* accesskit_unix bumped from 0.10.0 to 0.10.1

* The following workspace dependencies were updated
* dependencies
* accesskit_unix bumped from 0.11.0 to 0.11.1

## [0.4.0](https://github.com/AccessKit/accesskit/compare/accesskit_python-v0.3.4...accesskit_python-v0.4.0) (2024-06-09)


Expand Down
4 changes: 2 additions & 2 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_python"
version = "0.4.0"
version = "0.4.1"
authors.workspace = true
license.workspace = true
description = "Python bindings to the AccessKit library"
Expand All @@ -27,4 +27,4 @@ accesskit_windows = { version = "0.21.0", path = "../../platforms/windows" }
accesskit_macos = { version = "0.16.0", path = "../../platforms/macos" }

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
accesskit_unix = { version = "0.11.0", path = "../../platforms/unix" }
accesskit_unix = { version = "0.11.1", path = "../../platforms/unix" }
12 changes: 12 additions & 0 deletions platforms/atspi-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@
* dependencies
* accesskit_consumer bumped from 0.19.0 to 0.19.1

## [0.8.0](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.7.0...accesskit_atspi_common-v0.8.0) (2024-06-15)


### Features

* Feature-gate the `accesskit_atspi_common::simplified` module ([#430](https://github.com/AccessKit/accesskit/issues/430)) ([50341f1](https://github.com/AccessKit/accesskit/commit/50341f10cf32ef16c904d54725f717a585d21043))


### Bug Fixes

* Avoid unnecessary repeated checks for text changes ([#432](https://github.com/AccessKit/accesskit/issues/432)) ([0e89671](https://github.com/AccessKit/accesskit/commit/0e89671fc0cf831d2c86a2cacf0195e247560753))

## [0.7.0](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.6.0...accesskit_atspi_common-v0.7.0) (2024-06-09)


Expand Down
2 changes: 1 addition & 1 deletion platforms/atspi-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_atspi_common"
version = "0.7.0"
version = "0.8.0"
authors.workspace = true
license.workspace = true
description = "AccessKit UI accessibility infrastructure: core AT-SPI translation layer"
Expand Down
4 changes: 4 additions & 0 deletions platforms/unix/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
* dependencies
* accesskit_atspi_common bumped from 0.5.0 to 0.6.0

* The following workspace dependencies were updated
* dependencies
* accesskit_atspi_common bumped from 0.7.0 to 0.8.0

## [0.11.0](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.10.1...accesskit_unix-v0.11.0) (2024-06-09)


Expand Down
4 changes: 2 additions & 2 deletions platforms/unix/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_unix"
version = "0.11.0"
version = "0.11.1"
authors.workspace = true
license.workspace = true
description = "AccessKit UI accessibility infrastructure: Linux adapter"
Expand All @@ -18,7 +18,7 @@ tokio = ["dep:tokio", "dep:tokio-stream", "atspi/tokio", "zbus/tokio"]

[dependencies]
accesskit = { version = "0.15.0", path = "../../common" }
accesskit_atspi_common = { version = "0.7.0", path = "../atspi-common" }
accesskit_atspi_common = { version = "0.8.0", path = "../atspi-common" }
atspi = { version = "0.19", default-features = false }
futures-lite = "1.13"
serde = "1.0"
Expand Down
4 changes: 4 additions & 0 deletions platforms/winit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@
* accesskit_macos bumped from 0.14.0 to 0.15.0
* accesskit_unix bumped from 0.10.0 to 0.10.1

* The following workspace dependencies were updated
* dependencies
* accesskit_unix bumped from 0.11.0 to 0.11.1

## [0.21.0](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.20.4...accesskit_winit-v0.21.0) (2024-06-09)


Expand Down
4 changes: 2 additions & 2 deletions platforms/winit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_winit"
version = "0.21.0"
version = "0.21.1"
authors.workspace = true
license = "Apache-2.0"
description = "AccessKit UI accessibility infrastructure: winit adapter"
Expand Down Expand Up @@ -34,7 +34,7 @@ accesskit_windows = { version = "0.21.0", path = "../windows" }
accesskit_macos = { version = "0.16.0", path = "../macos" }

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
accesskit_unix = { version = "0.11.0", path = "../unix", optional = true, default-features = false }
accesskit_unix = { version = "0.11.1", path = "../unix", optional = true, default-features = false }

[dev-dependencies.winit]
version = "0.30"
Expand Down

0 comments on commit acd7810

Please sign in to comment.