From 704ac8049c073eb9bf65a29e4a03294fa1798062 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 17:01:22 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- Cargo.lock | 14 +++++++------- common/CHANGELOG.md | 7 +++++++ common/Cargo.toml | 2 +- consumer/CHANGELOG.md | 19 +++++++++++++++++++ consumer/Cargo.toml | 4 ++-- platforms/atspi-common/CHANGELOG.md | 5 +++++ platforms/atspi-common/Cargo.toml | 6 +++--- platforms/macos/CHANGELOG.md | 16 ++++++++++++++++ platforms/macos/Cargo.toml | 6 +++--- platforms/unix/CHANGELOG.md | 5 +++++ platforms/unix/Cargo.toml | 6 +++--- platforms/windows/CHANGELOG.md | 16 ++++++++++++++++ platforms/windows/Cargo.toml | 6 +++--- platforms/winit/CHANGELOG.md | 7 +++++++ platforms/winit/Cargo.toml | 10 +++++----- 16 files changed, 103 insertions(+), 28 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2aa82e6d..305792b0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"common":"0.17.0","consumer":"0.25.0","platforms/macos":"0.18.0","platforms/windows":"0.24.0","platforms/winit":"0.23.0","platforms/unix":"0.13.0","platforms/atspi-common":"0.10.0"} \ No newline at end of file +{"common":"0.17.1","consumer":"0.26.0","platforms/macos":"0.18.1","platforms/windows":"0.24.1","platforms/winit":"0.23.1","platforms/unix":"0.13.1","platforms/atspi-common":"0.10.1"} \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 9ef5eda8..b3ab230b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,7 +20,7 @@ checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046" [[package]] name = "accesskit" -version = "0.17.0" +version = "0.17.1" dependencies = [ "enumn", "pyo3", @@ -30,7 +30,7 @@ dependencies = [ [[package]] name = "accesskit_atspi_common" -version = "0.10.0" +version = "0.10.1" dependencies = [ "accesskit", "accesskit_consumer", @@ -42,7 +42,7 @@ dependencies = [ [[package]] name = "accesskit_consumer" -version = "0.25.0" +version = "0.26.0" dependencies = [ "accesskit", "hashbrown 0.15.0", @@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "accesskit_macos" -version = "0.18.0" +version = "0.18.1" dependencies = [ "accesskit", "accesskit_consumer", @@ -63,7 +63,7 @@ dependencies = [ [[package]] name = "accesskit_unix" -version = "0.13.0" +version = "0.13.1" dependencies = [ "accesskit", "accesskit_atspi_common", @@ -81,7 +81,7 @@ dependencies = [ [[package]] name = "accesskit_windows" -version = "0.24.0" +version = "0.24.1" dependencies = [ "accesskit", "accesskit_consumer", @@ -97,7 +97,7 @@ dependencies = [ [[package]] name = "accesskit_winit" -version = "0.23.0" +version = "0.23.1" dependencies = [ "accesskit", "accesskit_macos", diff --git a/common/CHANGELOG.md b/common/CHANGELOG.md index 2ca90723..9d1f1462 100644 --- a/common/CHANGELOG.md +++ b/common/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.17.1](https://github.com/AccessKit/accesskit/compare/accesskit-v0.17.0...accesskit-v0.17.1) (2024-11-23) + + +### Bug Fixes + +* Fix some broken links in the documentation ([#484](https://github.com/AccessKit/accesskit/issues/484)) ([0a51225](https://github.com/AccessKit/accesskit/commit/0a5122561c6f6aca5cf802464220056d763040f8)) + ## [0.17.0](https://github.com/AccessKit/accesskit/compare/accesskit-v0.16.3...accesskit-v0.17.0) (2024-10-31) diff --git a/common/Cargo.toml b/common/Cargo.toml index 6bf324f7..78ca24bc 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit" -version = "0.17.0" +version = "0.17.1" authors.workspace = true license.workspace = true description = "UI accessibility infrastructure across platforms" diff --git a/consumer/CHANGELOG.md b/consumer/CHANGELOG.md index e28634f4..79863856 100644 --- a/consumer/CHANGELOG.md +++ b/consumer/CHANGELOG.md @@ -24,6 +24,25 @@ * dependencies * accesskit bumped from 0.16.2 to 0.16.3 +## [0.26.0](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.25.0...accesskit_consumer-v0.26.0) (2024-11-23) + + +### Features + +* Make the consumer crate no-std ([#471](https://github.com/AccessKit/accesskit/issues/471)) ([f25d03a](https://github.com/AccessKit/accesskit/commit/f25d03ad81736017a29ce0f5ed1b387047534d2d)) + + +### Bug Fixes + +* Avoid reallocations when processing tree updates ([#482](https://github.com/AccessKit/accesskit/issues/482)) ([dcb17bc](https://github.com/AccessKit/accesskit/commit/dcb17bc1e69eccc2fea6af6a6b61f71c9e73a0b9)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * accesskit bumped from 0.17.0 to 0.17.1 + ## [0.25.0](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.24.3...accesskit_consumer-v0.25.0) (2024-10-31) diff --git a/consumer/Cargo.toml b/consumer/Cargo.toml index 3b2c8b35..5b33a603 100644 --- a/consumer/Cargo.toml +++ b/consumer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit_consumer" -version = "0.25.0" +version = "0.26.0" authors.workspace = true license.workspace = true description = "AccessKit consumer library (internal)" @@ -12,6 +12,6 @@ edition.workspace = true rust-version.workspace = true [dependencies] -accesskit = { version = "0.17.0", path = "../common" } +accesskit = { version = "0.17.1", path = "../common" } hashbrown = { version = "0.15", default-features = false, features = ["default-hasher"] } immutable-chunkmap = "2.0.6" diff --git a/platforms/atspi-common/CHANGELOG.md b/platforms/atspi-common/CHANGELOG.md index d57b8826..7833a77c 100644 --- a/platforms/atspi-common/CHANGELOG.md +++ b/platforms/atspi-common/CHANGELOG.md @@ -19,6 +19,11 @@ * accesskit bumped from 0.16.2 to 0.16.3 * accesskit_consumer bumped from 0.24.2 to 0.24.3 +* The following workspace dependencies were updated + * dependencies + * accesskit bumped from 0.17.0 to 0.17.1 + * accesskit_consumer bumped from 0.25.0 to 0.26.0 + ## [0.10.0](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.9.3...accesskit_atspi_common-v0.10.0) (2024-10-31) diff --git a/platforms/atspi-common/Cargo.toml b/platforms/atspi-common/Cargo.toml index 7371ed07..fe075882 100644 --- a/platforms/atspi-common/Cargo.toml +++ b/platforms/atspi-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit_atspi_common" -version = "0.10.0" +version = "0.10.1" authors.workspace = true license.workspace = true description = "AccessKit UI accessibility infrastructure: core AT-SPI translation layer" @@ -15,8 +15,8 @@ rust-version.workspace = true simplified-api = [] [dependencies] -accesskit = { version = "0.17.0", path = "../../common" } -accesskit_consumer = { version = "0.25.0", path = "../../consumer" } +accesskit = { version = "0.17.1", path = "../../common" } +accesskit_consumer = { version = "0.26.0", path = "../../consumer" } atspi-common = { version = "0.6", default-features = false } serde = "1.0" thiserror = "1.0" diff --git a/platforms/macos/CHANGELOG.md b/platforms/macos/CHANGELOG.md index 9b275fa8..e598980a 100644 --- a/platforms/macos/CHANGELOG.md +++ b/platforms/macos/CHANGELOG.md @@ -37,6 +37,22 @@ * accesskit bumped from 0.16.2 to 0.16.3 * accesskit_consumer bumped from 0.24.2 to 0.24.3 +## [0.18.1](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.18.0...accesskit_macos-v0.18.1) (2024-11-23) + + +### Bug Fixes + +* Add sub roles to MacOS adapter ([#480](https://github.com/AccessKit/accesskit/issues/480)) ([40ad828](https://github.com/AccessKit/accesskit/commit/40ad828a8f95c94f3079310d95c94ab7b16e0887)) +* Optimize use of hash tables in platform adapters ([#485](https://github.com/AccessKit/accesskit/issues/485)) ([f4f0bfb](https://github.com/AccessKit/accesskit/commit/f4f0bfbf21b8e22e80ab07deb432f9e7e16469ab)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * accesskit bumped from 0.17.0 to 0.17.1 + * accesskit_consumer bumped from 0.25.0 to 0.26.0 + ## [0.18.0](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.17.4...accesskit_macos-v0.18.0) (2024-10-31) diff --git a/platforms/macos/Cargo.toml b/platforms/macos/Cargo.toml index eee1bee4..d461a4a0 100644 --- a/platforms/macos/Cargo.toml +++ b/platforms/macos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit_macos" -version = "0.18.0" +version = "0.18.1" authors.workspace = true license.workspace = true description = "AccessKit UI accessibility infrastructure: macOS adapter" @@ -15,8 +15,8 @@ rust-version.workspace = true default-target = "x86_64-apple-darwin" [dependencies] -accesskit = { version = "0.17.0", path = "../../common" } -accesskit_consumer = { version = "0.25.0", path = "../../consumer" } +accesskit = { version = "0.17.1", path = "../../common" } +accesskit_consumer = { version = "0.26.0", path = "../../consumer" } hashbrown = { version = "0.15", default-features = false, features = ["default-hasher"] } objc2 = "0.5.1" objc2-foundation = { version = "0.2.0", features = [ diff --git a/platforms/unix/CHANGELOG.md b/platforms/unix/CHANGELOG.md index feba5a61..b0e04217 100644 --- a/platforms/unix/CHANGELOG.md +++ b/platforms/unix/CHANGELOG.md @@ -63,6 +63,11 @@ * accesskit bumped from 0.16.2 to 0.16.3 * accesskit_atspi_common bumped from 0.9.2 to 0.9.3 +* The following workspace dependencies were updated + * dependencies + * accesskit bumped from 0.17.0 to 0.17.1 + * accesskit_atspi_common bumped from 0.10.0 to 0.10.1 + ## [0.13.0](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.12.3...accesskit_unix-v0.13.0) (2024-10-31) diff --git a/platforms/unix/Cargo.toml b/platforms/unix/Cargo.toml index 8fdeca6e..cc601571 100644 --- a/platforms/unix/Cargo.toml +++ b/platforms/unix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit_unix" -version = "0.13.0" +version = "0.13.1" authors.workspace = true license.workspace = true description = "AccessKit UI accessibility infrastructure: Linux adapter" @@ -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.17.0", path = "../../common" } -accesskit_atspi_common = { version = "0.10.0", path = "../atspi-common" } +accesskit = { version = "0.17.1", path = "../../common" } +accesskit_atspi_common = { version = "0.10.1", path = "../atspi-common" } atspi = { version = "0.22", default-features = false } futures-lite = "2.3" serde = "1.0" diff --git a/platforms/windows/CHANGELOG.md b/platforms/windows/CHANGELOG.md index 923594c0..dfb0774c 100644 --- a/platforms/windows/CHANGELOG.md +++ b/platforms/windows/CHANGELOG.md @@ -38,6 +38,22 @@ * accesskit bumped from 0.16.2 to 0.16.3 * accesskit_consumer bumped from 0.24.2 to 0.24.3 +## [0.24.1](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.24.0...accesskit_windows-v0.24.1) (2024-11-23) + + +### Bug Fixes + +* Optimize use of hash tables in platform adapters ([#485](https://github.com/AccessKit/accesskit/issues/485)) ([f4f0bfb](https://github.com/AccessKit/accesskit/commit/f4f0bfbf21b8e22e80ab07deb432f9e7e16469ab)) +* Tell docs.rs to only build accesskit_windows on Windows ([#483](https://github.com/AccessKit/accesskit/issues/483)) ([1fead29](https://github.com/AccessKit/accesskit/commit/1fead296ed012f83afb482021051ccc1d4946167)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * accesskit bumped from 0.17.0 to 0.17.1 + * accesskit_consumer bumped from 0.25.0 to 0.26.0 + ## [0.24.0](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.23.2...accesskit_windows-v0.24.0) (2024-10-31) diff --git a/platforms/windows/Cargo.toml b/platforms/windows/Cargo.toml index aeaa496c..499993cc 100644 --- a/platforms/windows/Cargo.toml +++ b/platforms/windows/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit_windows" -version = "0.24.0" +version = "0.24.1" authors.workspace = true license.workspace = true description = "AccessKit UI accessibility infrastructure: Windows adapter" @@ -16,8 +16,8 @@ default-target = "x86_64-pc-windows-msvc" targets = [] [dependencies] -accesskit = { version = "0.17.0", path = "../../common" } -accesskit_consumer = { version = "0.25.0", path = "../../consumer" } +accesskit = { version = "0.17.1", path = "../../common" } +accesskit_consumer = { version = "0.26.0", path = "../../consumer" } hashbrown = { version = "0.15", default-features = false, features = ["default-hasher"] } paste = "1.0" static_assertions = "1.1.0" diff --git a/platforms/winit/CHANGELOG.md b/platforms/winit/CHANGELOG.md index 019fa69e..3d1031af 100644 --- a/platforms/winit/CHANGELOG.md +++ b/platforms/winit/CHANGELOG.md @@ -140,6 +140,13 @@ * dependencies * accesskit_macos bumped from 0.17.3 to 0.17.4 +* The following workspace dependencies were updated + * dependencies + * accesskit bumped from 0.17.0 to 0.17.1 + * accesskit_windows bumped from 0.24.0 to 0.24.1 + * accesskit_macos bumped from 0.18.0 to 0.18.1 + * accesskit_unix bumped from 0.13.0 to 0.13.1 + ## [0.23.0](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.22.4...accesskit_winit-v0.23.0) (2024-10-31) diff --git a/platforms/winit/Cargo.toml b/platforms/winit/Cargo.toml index 4855d12f..6d0285d9 100644 --- a/platforms/winit/Cargo.toml +++ b/platforms/winit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit_winit" -version = "0.23.0" +version = "0.23.1" authors.workspace = true license = "Apache-2.0" description = "AccessKit UI accessibility infrastructure: winit adapter" @@ -22,19 +22,19 @@ async-io = ["accesskit_unix/async-io"] tokio = ["accesskit_unix/tokio"] [dependencies] -accesskit = { version = "0.17.0", path = "../../common" } +accesskit = { version = "0.17.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.24.0", path = "../windows" } +accesskit_windows = { version = "0.24.1", path = "../windows" } [target.'cfg(target_os = "macos")'.dependencies] -accesskit_macos = { version = "0.18.0", path = "../macos" } +accesskit_macos = { version = "0.18.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.13.0", path = "../unix", optional = true, default-features = false } +accesskit_unix = { version = "0.13.1", path = "../unix", optional = true, default-features = false } [dev-dependencies.winit] version = "0.30"