Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #449

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"common":"0.16.0","consumer":"0.24.0","platforms/macos":"0.17.0","platforms/windows":"0.22.0","platforms/winit":"0.22.0","platforms/unix":"0.12.0","platforms/atspi-common":"0.9.0"}
{"common":"0.16.1","consumer":"0.24.1","platforms/macos":"0.17.1","platforms/windows":"0.23.0","platforms/winit":"0.22.1","platforms/unix":"0.12.1","platforms/atspi-common":"0.9.1"}
14 changes: 7 additions & 7 deletions 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 common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.16.1](https://github.com/AccessKit/accesskit/compare/accesskit-v0.16.0...accesskit-v0.16.1) (2024-09-24)


### Bug Fixes

* Improve debug representation of `Node` and `NodeBuilder` ([#452](https://github.com/AccessKit/accesskit/issues/452)) ([119aa1d](https://github.com/AccessKit/accesskit/commit/119aa1dca8fe734112ecbd59568c876b336ccb6c))

## [0.16.0](https://github.com/AccessKit/accesskit/compare/accesskit-v0.15.0...accesskit-v0.16.0) (2024-06-29)


Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit"
version = "0.16.0"
version = "0.16.1"
authors.workspace = true
license.workspace = true
description = "UI accessibility infrastructure across platforms"
Expand Down
15 changes: 15 additions & 0 deletions consumer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,21 @@
* dependencies
* accesskit bumped from 0.12.2 to 0.12.3

## [0.24.1](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.24.0...accesskit_consumer-v0.24.1) (2024-09-24)


### Bug Fixes

* `Node::is_focusable` always returns true if the node is focused ([#451](https://github.com/AccessKit/accesskit/issues/451)) ([d286883](https://github.com/AccessKit/accesskit/commit/d286883d88b5c1e51f6e8bbfbc2e0e5b1986d9b5))
* Extend the implicit labelled-by relation to more parent roles ([#448](https://github.com/AccessKit/accesskit/issues/448)) ([df518c7](https://github.com/AccessKit/accesskit/commit/df518c71934cb4e0071764643968e67f9908a8dd))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.16.0 to 0.16.1

## [0.24.0](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.23.0...accesskit_consumer-v0.24.0) (2024-06-29)


Expand Down
4 changes: 2 additions & 2 deletions consumer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_consumer"
version = "0.24.0"
version = "0.24.1"
authors.workspace = true
license.workspace = true
description = "AccessKit consumer library (internal)"
Expand All @@ -12,5 +12,5 @@ edition.workspace = true
rust-version.workspace = true

[dependencies]
accesskit = { version = "0.16.0", path = "../common" }
accesskit = { version = "0.16.1", path = "../common" }
immutable-chunkmap = "2.0.5"
5 changes: 5 additions & 0 deletions platforms/atspi-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
* dependencies
* accesskit_consumer bumped from 0.19.0 to 0.19.1

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.16.0 to 0.16.1
* accesskit_consumer bumped from 0.24.0 to 0.24.1

## [0.9.0](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.8.0...accesskit_atspi_common-v0.9.0) (2024-06-29)


Expand Down
6 changes: 3 additions & 3 deletions 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.9.0"
version = "0.9.1"
authors.workspace = true
license.workspace = true
description = "AccessKit UI accessibility infrastructure: core AT-SPI translation layer"
Expand All @@ -15,8 +15,8 @@ rust-version.workspace = true
simplified-api = []

[dependencies]
accesskit = { version = "0.16.0", path = "../../common" }
accesskit_consumer = { version = "0.24.0", path = "../../consumer" }
accesskit = { version = "0.16.1", path = "../../common" }
accesskit_consumer = { version = "0.24.1", path = "../../consumer" }
atspi-common = { version = "0.3.0", default-features = false }
serde = "1.0"
thiserror = "1.0.39"
Expand Down
5 changes: 5 additions & 0 deletions platforms/macos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
* dependencies
* accesskit_consumer bumped from 0.19.0 to 0.19.1

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.16.0 to 0.16.1
* accesskit_consumer bumped from 0.24.0 to 0.24.1

## [0.17.0](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.16.0...accesskit_macos-v0.17.0) (2024-06-29)


Expand Down
6 changes: 3 additions & 3 deletions platforms/macos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_macos"
version = "0.17.0"
version = "0.17.1"
authors.workspace = true
license.workspace = true
description = "AccessKit UI accessibility infrastructure: macOS adapter"
Expand All @@ -15,8 +15,8 @@ rust-version.workspace = true
default-target = "x86_64-apple-darwin"

[dependencies]
accesskit = { version = "0.16.0", path = "../../common" }
accesskit_consumer = { version = "0.24.0", path = "../../consumer" }
accesskit = { version = "0.16.1", path = "../../common" }
accesskit_consumer = { version = "0.24.1", path = "../../consumer" }
once_cell = "1.13.0"
objc2 = "0.5.1"
objc2-foundation = { version = "0.2.0", features = [
Expand Down
15 changes: 15 additions & 0 deletions platforms/unix/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,21 @@
* dependencies
* accesskit_atspi_common bumped from 0.7.0 to 0.8.0

## [0.12.1](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.12.0...accesskit_unix-v0.12.1) (2024-09-24)


### Bug Fixes

* Return a null object for AT-SPI application's parent ([#454](https://github.com/AccessKit/accesskit/issues/454)) ([8a84abf](https://github.com/AccessKit/accesskit/commit/8a84abf81eaf22dd3672813ca36f1a422b5c0f1e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.16.0 to 0.16.1
* accesskit_atspi_common bumped from 0.9.0 to 0.9.1

## [0.12.0](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.11.1...accesskit_unix-v0.12.0) (2024-06-29)


Expand Down
6 changes: 3 additions & 3 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.12.0"
version = "0.12.1"
authors.workspace = true
license.workspace = true
description = "AccessKit UI accessibility infrastructure: Linux adapter"
Expand All @@ -17,8 +17,8 @@ async-io = ["dep:async-channel", "dep:async-executor", "dep:async-task", "dep:fu
tokio = ["dep:tokio", "dep:tokio-stream", "atspi/tokio", "zbus/tokio"]

[dependencies]
accesskit = { version = "0.16.0", path = "../../common" }
accesskit_atspi_common = { version = "0.9.0", path = "../atspi-common" }
accesskit = { version = "0.16.1", path = "../../common" }
accesskit_atspi_common = { version = "0.9.1", path = "../atspi-common" }
atspi = { version = "0.19", default-features = false }
futures-lite = "1.13"
serde = "1.0"
Expand Down
20 changes: 20 additions & 0 deletions platforms/windows/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,26 @@
* accesskit bumped from 0.12.2 to 0.12.3
* accesskit_consumer bumped from 0.17.0 to 0.17.1

## [0.23.0](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.22.0...accesskit_windows-v0.23.0) (2024-09-24)


### ⚠ BREAKING CHANGES

* Update windows to 0.58 on accesskit_windows ([#453](https://github.com/AccessKit/accesskit/issues/453))

### Bug Fixes

* Update windows to 0.58 on accesskit_windows ([#453](https://github.com/AccessKit/accesskit/issues/453)) ([cda35e7](https://github.com/AccessKit/accesskit/commit/cda35e77a78f72386c2bfd88e9fd29000106f7e6))
* Use the new HWND type on accesskit_winit ([#453](https://github.com/AccessKit/accesskit/issues/453)) ([68a2462](https://github.com/AccessKit/accesskit/commit/68a24629381f0b18f6ed1ee008fe72ce9330092e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.16.0 to 0.16.1
* accesskit_consumer bumped from 0.24.0 to 0.24.1

## [0.22.0](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.21.0...accesskit_windows-v0.22.0) (2024-06-29)


Expand Down
6 changes: 3 additions & 3 deletions platforms/windows/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_windows"
version = "0.22.0"
version = "0.23.0"
authors.workspace = true
license.workspace = true
description = "AccessKit UI accessibility infrastructure: Windows adapter"
Expand All @@ -12,8 +12,8 @@ edition.workspace = true
rust-version.workspace = true

[dependencies]
accesskit = { version = "0.16.0", path = "../../common" }
accesskit_consumer = { version = "0.24.0", path = "../../consumer" }
accesskit = { version = "0.16.1", path = "../../common" }
accesskit_consumer = { version = "0.24.1", path = "../../consumer" }
paste = "1.0"
static_assertions = "1.1.0"
windows-core = "0.58.0"
Expand Down
17 changes: 17 additions & 0 deletions platforms/winit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,23 @@
* dependencies
* accesskit_unix bumped from 0.11.0 to 0.11.1

## [0.22.1](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.22.0...accesskit_winit-v0.22.1) (2024-09-24)


### Bug Fixes

* Use the new HWND type on accesskit_winit ([#453](https://github.com/AccessKit/accesskit/issues/453)) ([68a2462](https://github.com/AccessKit/accesskit/commit/68a24629381f0b18f6ed1ee008fe72ce9330092e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.16.0 to 0.16.1
* accesskit_windows bumped from 0.22.0 to 0.23.0
* accesskit_macos bumped from 0.17.0 to 0.17.1
* accesskit_unix bumped from 0.12.0 to 0.12.1

## [0.22.0](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.21.1...accesskit_winit-v0.22.0) (2024-06-29)


Expand Down
10 changes: 5 additions & 5 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.22.0"
version = "0.22.1"
authors.workspace = true
license = "Apache-2.0"
description = "AccessKit UI accessibility infrastructure: winit adapter"
Expand All @@ -22,19 +22,19 @@ async-io = ["accesskit_unix/async-io"]
tokio = ["accesskit_unix/tokio"]

[dependencies]
accesskit = { version = "0.16.0", path = "../../common" }
accesskit = { version = "0.16.1", path = "../../common" }
winit = { version = "0.30", default-features = false }
rwh_05 = { package = "raw-window-handle", version = "0.5", features = ["std"], optional = true }
rwh_06 = { package = "raw-window-handle", version = "0.6.2", features = ["std"], optional = true }

[target.'cfg(target_os = "windows")'.dependencies]
accesskit_windows = { version = "0.22.0", path = "../windows" }
accesskit_windows = { version = "0.23.0", path = "../windows" }

[target.'cfg(target_os = "macos")'.dependencies]
accesskit_macos = { version = "0.17.0", path = "../macos" }
accesskit_macos = { version = "0.17.1", 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.12.0", path = "../unix", optional = true, default-features = false }
accesskit_unix = { version = "0.12.1", path = "../unix", optional = true, default-features = false }

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