From 552032c8393ccaa7c900b861de059da00d789544 Mon Sep 17 00:00:00 2001 From: Matt Campbell Date: Sat, 29 Jun 2024 06:54:50 -0500 Subject: [PATCH] chore: release main (#436) --- .release-please-manifest.json | 2 +- Cargo.lock | 18 +++++++++--------- bindings/c/CHANGELOG.md | 26 ++++++++++++++++++++++++++ bindings/c/Cargo.toml | 10 +++++----- bindings/python/CHANGELOG.md | 21 +++++++++++++++++++++ bindings/python/Cargo.toml | 10 +++++----- common/CHANGELOG.md | 13 +++++++++++++ common/Cargo.toml | 2 +- consumer/CHANGELOG.md | 23 +++++++++++++++++++++++ consumer/Cargo.toml | 4 ++-- platforms/atspi-common/CHANGELOG.md | 25 +++++++++++++++++++++++++ platforms/atspi-common/Cargo.toml | 6 +++--- platforms/macos/CHANGELOG.md | 19 +++++++++++++++++++ platforms/macos/Cargo.toml | 6 +++--- platforms/unix/CHANGELOG.md | 19 +++++++++++++++++++ platforms/unix/Cargo.toml | 6 +++--- platforms/windows/CHANGELOG.md | 19 +++++++++++++++++++ platforms/windows/Cargo.toml | 6 +++--- platforms/winit/CHANGELOG.md | 21 +++++++++++++++++++++ platforms/winit/Cargo.toml | 10 +++++----- 20 files changed, 226 insertions(+), 40 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 26802d6fa..f17374cf3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"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"} \ No newline at end of file +{"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","bindings/c":"0.12.0","bindings/python":"0.5.0","platforms/atspi-common":"0.9.0"} \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 4951c084d..e31e2747c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,7 +20,7 @@ checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046" [[package]] name = "accesskit" -version = "0.15.0" +version = "0.16.0" dependencies = [ "enumn", "pyo3", @@ -30,7 +30,7 @@ dependencies = [ [[package]] name = "accesskit_atspi_common" -version = "0.8.0" +version = "0.9.0" dependencies = [ "accesskit", "accesskit_consumer", @@ -42,7 +42,7 @@ dependencies = [ [[package]] name = "accesskit_c" -version = "0.11.1" +version = "0.12.0" dependencies = [ "accesskit", "accesskit_macos", @@ -53,7 +53,7 @@ dependencies = [ [[package]] name = "accesskit_consumer" -version = "0.23.0" +version = "0.24.0" dependencies = [ "accesskit", "immutable-chunkmap", @@ -61,7 +61,7 @@ dependencies = [ [[package]] name = "accesskit_macos" -version = "0.16.0" +version = "0.17.0" dependencies = [ "accesskit", "accesskit_consumer", @@ -73,7 +73,7 @@ dependencies = [ [[package]] name = "accesskit_python" -version = "0.4.1" +version = "0.5.0" dependencies = [ "accesskit", "accesskit_macos", @@ -84,7 +84,7 @@ dependencies = [ [[package]] name = "accesskit_unix" -version = "0.11.1" +version = "0.12.0" dependencies = [ "accesskit", "accesskit_atspi_common", @@ -102,7 +102,7 @@ dependencies = [ [[package]] name = "accesskit_windows" -version = "0.21.0" +version = "0.22.0" dependencies = [ "accesskit", "accesskit_consumer", @@ -116,7 +116,7 @@ dependencies = [ [[package]] name = "accesskit_winit" -version = "0.21.1" +version = "0.22.0" dependencies = [ "accesskit", "accesskit_macos", diff --git a/bindings/c/CHANGELOG.md b/bindings/c/CHANGELOG.md index 58e165d7d..62ba842a7 100644 --- a/bindings/c/CHANGELOG.md +++ b/bindings/c/CHANGELOG.md @@ -76,6 +76,32 @@ * dependencies * accesskit_unix bumped from 0.11.0 to 0.11.1 +## [0.12.0](https://github.com/AccessKit/accesskit/compare/accesskit_c-v0.11.1...accesskit_c-v0.12.0) (2024-06-29) + + +### ⚠ BREAKING CHANGES + +* Rename the `StaticText` role to `Label` ([#434](https://github.com/AccessKit/accesskit/issues/434)) + +### Features + +* Pre-generate the C header file ([#439](https://github.com/AccessKit/accesskit/issues/439)) ([c765cf0](https://github.com/AccessKit/accesskit/commit/c765cf09cf2e5be8529a76fb9e0268ca64aa5980)) + + +### Code Refactoring + +* Rename the `StaticText` role to `Label` ([#434](https://github.com/AccessKit/accesskit/issues/434)) ([7086bc0](https://github.com/AccessKit/accesskit/commit/7086bc0fad446d3ed4a0fd5eff641a1e75f6c599)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * accesskit bumped from 0.15.0 to 0.16.0 + * accesskit_windows bumped from 0.21.0 to 0.22.0 + * accesskit_macos bumped from 0.16.0 to 0.17.0 + * accesskit_unix bumped from 0.11.1 to 0.12.0 + ## [0.11.0](https://github.com/AccessKit/accesskit/compare/accesskit_c-v0.10.3...accesskit_c-v0.11.0) (2024-06-09) diff --git a/bindings/c/Cargo.toml b/bindings/c/Cargo.toml index b49a35e1e..cfb1299b6 100644 --- a/bindings/c/Cargo.toml +++ b/bindings/c/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit_c" -version = "0.11.1" +version = "0.12.0" authors.workspace = true license.workspace = true publish = false @@ -15,14 +15,14 @@ doc = false cbindgen = [] [dependencies] -accesskit = { version = "0.15.0", path = "../../common" } +accesskit = { version = "0.16.0", path = "../../common" } paste = "1.0" [target.'cfg(target_os = "windows")'.dependencies] -accesskit_windows = { version = "0.21.0", path = "../../platforms/windows" } +accesskit_windows = { version = "0.22.0", path = "../../platforms/windows" } [target.'cfg(target_os = "macos")'.dependencies] -accesskit_macos = { version = "0.16.0", path = "../../platforms/macos" } +accesskit_macos = { version = "0.17.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.1", path = "../../platforms/unix" } +accesskit_unix = { version = "0.12.0", path = "../../platforms/unix" } diff --git a/bindings/python/CHANGELOG.md b/bindings/python/CHANGELOG.md index d2ac9a712..894a1510d 100644 --- a/bindings/python/CHANGELOG.md +++ b/bindings/python/CHANGELOG.md @@ -54,6 +54,27 @@ * dependencies * accesskit_unix bumped from 0.11.0 to 0.11.1 +## [0.5.0](https://github.com/AccessKit/accesskit/compare/accesskit_python-v0.4.1...accesskit_python-v0.5.0) (2024-06-29) + + +### ⚠ BREAKING CHANGES + +* Rename the `StaticText` role to `Label` ([#434](https://github.com/AccessKit/accesskit/issues/434)) + +### Code Refactoring + +* Rename the `StaticText` role to `Label` ([#434](https://github.com/AccessKit/accesskit/issues/434)) ([7086bc0](https://github.com/AccessKit/accesskit/commit/7086bc0fad446d3ed4a0fd5eff641a1e75f6c599)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * accesskit bumped from 0.15.0 to 0.16.0 + * accesskit_windows bumped from 0.21.0 to 0.22.0 + * accesskit_macos bumped from 0.16.0 to 0.17.0 + * accesskit_unix bumped from 0.11.1 to 0.12.0 + ## [0.4.0](https://github.com/AccessKit/accesskit/compare/accesskit_python-v0.3.4...accesskit_python-v0.4.0) (2024-06-09) diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 73287f43f..2c4cd9ed3 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit_python" -version = "0.4.1" +version = "0.5.0" authors.workspace = true license.workspace = true description = "Python bindings to the AccessKit library" @@ -17,14 +17,14 @@ doc = false extension-module = ["pyo3/extension-module"] [dependencies] -accesskit = { version = "0.15.0", path = "../../common", features = ["pyo3"] } +accesskit = { version = "0.16.0", path = "../../common", features = ["pyo3"] } pyo3 = { version = "0.20", features = ["abi3-py38", "multiple-pymethods"] } [target.'cfg(target_os = "windows")'.dependencies] -accesskit_windows = { version = "0.21.0", path = "../../platforms/windows" } +accesskit_windows = { version = "0.22.0", path = "../../platforms/windows" } [target.'cfg(target_os = "macos")'.dependencies] -accesskit_macos = { version = "0.16.0", path = "../../platforms/macos" } +accesskit_macos = { version = "0.17.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.1", path = "../../platforms/unix" } +accesskit_unix = { version = "0.12.0", path = "../../platforms/unix" } diff --git a/common/CHANGELOG.md b/common/CHANGELOG.md index c82076cfa..a1a51bdec 100644 --- a/common/CHANGELOG.md +++ b/common/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.16.0](https://github.com/AccessKit/accesskit/compare/accesskit-v0.15.0...accesskit-v0.16.0) (2024-06-29) + + +### ⚠ BREAKING CHANGES + +* Optimize serialization and make it compatible with more data formats ([#437](https://github.com/AccessKit/accesskit/issues/437)) +* Rename the `StaticText` role to `Label` ([#434](https://github.com/AccessKit/accesskit/issues/434)) + +### Code Refactoring + +* Optimize serialization and make it compatible with more data formats ([#437](https://github.com/AccessKit/accesskit/issues/437)) ([5a80d3a](https://github.com/AccessKit/accesskit/commit/5a80d3ae46cfe85780d4900f4fa9f4feaba52053)) +* Rename the `StaticText` role to `Label` ([#434](https://github.com/AccessKit/accesskit/issues/434)) ([7086bc0](https://github.com/AccessKit/accesskit/commit/7086bc0fad446d3ed4a0fd5eff641a1e75f6c599)) + ## [0.15.0](https://github.com/AccessKit/accesskit/compare/accesskit-v0.14.0...accesskit-v0.15.0) (2024-06-09) diff --git a/common/Cargo.toml b/common/Cargo.toml index 6fbab958a..900d94520 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit" -version = "0.15.0" +version = "0.16.0" authors.workspace = true license.workspace = true description = "UI accessibility infrastructure across platforms" diff --git a/consumer/CHANGELOG.md b/consumer/CHANGELOG.md index 51c46268b..33242c1fe 100644 --- a/consumer/CHANGELOG.md +++ b/consumer/CHANGELOG.md @@ -20,6 +20,29 @@ * dependencies * accesskit bumped from 0.12.2 to 0.12.3 +## [0.24.0](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.23.0...accesskit_consumer-v0.24.0) (2024-06-29) + + +### ⚠ BREAKING CHANGES + +* Rename the `StaticText` role to `Label` ([#434](https://github.com/AccessKit/accesskit/issues/434)) + +### Bug Fixes + +* Correctly handle recursive filtering ([#438](https://github.com/AccessKit/accesskit/issues/438)) ([72f9b42](https://github.com/AccessKit/accesskit/commit/72f9b424a5c6e7914df8bf31eeb2fc61be35f47b)) + + +### Code Refactoring + +* Rename the `StaticText` role to `Label` ([#434](https://github.com/AccessKit/accesskit/issues/434)) ([7086bc0](https://github.com/AccessKit/accesskit/commit/7086bc0fad446d3ed4a0fd5eff641a1e75f6c599)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * accesskit bumped from 0.15.0 to 0.16.0 + ## [0.23.0](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.22.0...accesskit_consumer-v0.23.0) (2024-06-09) diff --git a/consumer/Cargo.toml b/consumer/Cargo.toml index 16c2cd750..bb9005f30 100644 --- a/consumer/Cargo.toml +++ b/consumer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit_consumer" -version = "0.23.0" +version = "0.24.0" authors.workspace = true license.workspace = true description = "AccessKit consumer library (internal)" @@ -12,5 +12,5 @@ edition.workspace = true rust-version.workspace = true [dependencies] -accesskit = { version = "0.15.0", path = "../common" } +accesskit = { version = "0.16.0", path = "../common" } immutable-chunkmap = "2.0.5" diff --git a/platforms/atspi-common/CHANGELOG.md b/platforms/atspi-common/CHANGELOG.md index 772da8295..adfcdc034 100644 --- a/platforms/atspi-common/CHANGELOG.md +++ b/platforms/atspi-common/CHANGELOG.md @@ -9,6 +9,31 @@ * dependencies * accesskit_consumer bumped from 0.19.0 to 0.19.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) + + +### ⚠ BREAKING CHANGES + +* Rename the `StaticText` role to `Label` ([#434](https://github.com/AccessKit/accesskit/issues/434)) + +### Bug Fixes + +* Correctly handle recursive filtering ([#438](https://github.com/AccessKit/accesskit/issues/438)) ([72f9b42](https://github.com/AccessKit/accesskit/commit/72f9b424a5c6e7914df8bf31eeb2fc61be35f47b)) +* Smarter calculation of AT-SPI extents for the window ([#435](https://github.com/AccessKit/accesskit/issues/435)) ([7f40fbc](https://github.com/AccessKit/accesskit/commit/7f40fbc811f863e99088cd7eb725994d0f79263f)) + + +### Code Refactoring + +* Rename the `StaticText` role to `Label` ([#434](https://github.com/AccessKit/accesskit/issues/434)) ([7086bc0](https://github.com/AccessKit/accesskit/commit/7086bc0fad446d3ed4a0fd5eff641a1e75f6c599)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * accesskit bumped from 0.15.0 to 0.16.0 + * accesskit_consumer bumped from 0.23.0 to 0.24.0 + ## [0.8.0](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.7.0...accesskit_atspi_common-v0.8.0) (2024-06-15) diff --git a/platforms/atspi-common/Cargo.toml b/platforms/atspi-common/Cargo.toml index cd0b3091d..bd524ab1e 100644 --- a/platforms/atspi-common/Cargo.toml +++ b/platforms/atspi-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit_atspi_common" -version = "0.8.0" +version = "0.9.0" 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.15.0", path = "../../common" } -accesskit_consumer = { version = "0.23.0", path = "../../consumer" } +accesskit = { version = "0.16.0", path = "../../common" } +accesskit_consumer = { version = "0.24.0", path = "../../consumer" } atspi-common = { version = "0.3.0", default-features = false } serde = "1.0" thiserror = "1.0.39" diff --git a/platforms/macos/CHANGELOG.md b/platforms/macos/CHANGELOG.md index b71fed40a..38a4f76cf 100644 --- a/platforms/macos/CHANGELOG.md +++ b/platforms/macos/CHANGELOG.md @@ -27,6 +27,25 @@ * dependencies * accesskit_consumer bumped from 0.19.0 to 0.19.1 +## [0.17.0](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.16.0...accesskit_macos-v0.17.0) (2024-06-29) + + +### ⚠ BREAKING CHANGES + +* Rename the `StaticText` role to `Label` ([#434](https://github.com/AccessKit/accesskit/issues/434)) + +### Code Refactoring + +* Rename the `StaticText` role to `Label` ([#434](https://github.com/AccessKit/accesskit/issues/434)) ([7086bc0](https://github.com/AccessKit/accesskit/commit/7086bc0fad446d3ed4a0fd5eff641a1e75f6c599)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * accesskit bumped from 0.15.0 to 0.16.0 + * accesskit_consumer bumped from 0.23.0 to 0.24.0 + ## [0.16.0](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.15.0...accesskit_macos-v0.16.0) (2024-06-09) diff --git a/platforms/macos/Cargo.toml b/platforms/macos/Cargo.toml index 56915c692..190e7e94f 100644 --- a/platforms/macos/Cargo.toml +++ b/platforms/macos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit_macos" -version = "0.16.0" +version = "0.17.0" 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.15.0", path = "../../common" } -accesskit_consumer = { version = "0.23.0", path = "../../consumer" } +accesskit = { version = "0.16.0", path = "../../common" } +accesskit_consumer = { version = "0.24.0", path = "../../consumer" } once_cell = "1.13.0" objc2 = "0.5.1" objc2-foundation = { version = "0.2.0", features = [ diff --git a/platforms/unix/CHANGELOG.md b/platforms/unix/CHANGELOG.md index fe5f286d3..afce95dd2 100644 --- a/platforms/unix/CHANGELOG.md +++ b/platforms/unix/CHANGELOG.md @@ -58,6 +58,25 @@ * dependencies * accesskit_atspi_common bumped from 0.7.0 to 0.8.0 +## [0.12.0](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.11.1...accesskit_unix-v0.12.0) (2024-06-29) + + +### ⚠ BREAKING CHANGES + +* Rename the `StaticText` role to `Label` ([#434](https://github.com/AccessKit/accesskit/issues/434)) + +### Code Refactoring + +* Rename the `StaticText` role to `Label` ([#434](https://github.com/AccessKit/accesskit/issues/434)) ([7086bc0](https://github.com/AccessKit/accesskit/commit/7086bc0fad446d3ed4a0fd5eff641a1e75f6c599)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * accesskit bumped from 0.15.0 to 0.16.0 + * accesskit_atspi_common bumped from 0.8.0 to 0.9.0 + ## [0.11.0](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.10.1...accesskit_unix-v0.11.0) (2024-06-09) diff --git a/platforms/unix/Cargo.toml b/platforms/unix/Cargo.toml index 2e5c7ff30..1ba40d6ac 100644 --- a/platforms/unix/Cargo.toml +++ b/platforms/unix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit_unix" -version = "0.11.1" +version = "0.12.0" 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.15.0", path = "../../common" } -accesskit_atspi_common = { version = "0.8.0", path = "../atspi-common" } +accesskit = { version = "0.16.0", path = "../../common" } +accesskit_atspi_common = { version = "0.9.0", path = "../atspi-common" } atspi = { version = "0.19", default-features = false } futures-lite = "1.13" serde = "1.0" diff --git a/platforms/windows/CHANGELOG.md b/platforms/windows/CHANGELOG.md index d0c9d8754..926804c74 100644 --- a/platforms/windows/CHANGELOG.md +++ b/platforms/windows/CHANGELOG.md @@ -33,6 +33,25 @@ * accesskit bumped from 0.12.2 to 0.12.3 * accesskit_consumer bumped from 0.17.0 to 0.17.1 +## [0.22.0](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.21.0...accesskit_windows-v0.22.0) (2024-06-29) + + +### ⚠ BREAKING CHANGES + +* Rename the `StaticText` role to `Label` ([#434](https://github.com/AccessKit/accesskit/issues/434)) + +### Code Refactoring + +* Rename the `StaticText` role to `Label` ([#434](https://github.com/AccessKit/accesskit/issues/434)) ([7086bc0](https://github.com/AccessKit/accesskit/commit/7086bc0fad446d3ed4a0fd5eff641a1e75f6c599)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * accesskit bumped from 0.15.0 to 0.16.0 + * accesskit_consumer bumped from 0.23.0 to 0.24.0 + ## [0.21.0](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.20.0...accesskit_windows-v0.21.0) (2024-06-09) diff --git a/platforms/windows/Cargo.toml b/platforms/windows/Cargo.toml index 4e32aa331..f0ad52c5f 100644 --- a/platforms/windows/Cargo.toml +++ b/platforms/windows/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit_windows" -version = "0.21.0" +version = "0.22.0" authors.workspace = true license.workspace = true description = "AccessKit UI accessibility infrastructure: Windows adapter" @@ -12,8 +12,8 @@ edition.workspace = true rust-version.workspace = true [dependencies] -accesskit = { version = "0.15.0", path = "../../common" } -accesskit_consumer = { version = "0.23.0", path = "../../consumer" } +accesskit = { version = "0.16.0", path = "../../common" } +accesskit_consumer = { version = "0.24.0", path = "../../consumer" } paste = "1.0" static_assertions = "1.1.0" diff --git a/platforms/winit/CHANGELOG.md b/platforms/winit/CHANGELOG.md index 30e67e0a0..777383744 100644 --- a/platforms/winit/CHANGELOG.md +++ b/platforms/winit/CHANGELOG.md @@ -129,6 +129,27 @@ * dependencies * accesskit_unix bumped from 0.11.0 to 0.11.1 +## [0.22.0](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.21.1...accesskit_winit-v0.22.0) (2024-06-29) + + +### ⚠ BREAKING CHANGES + +* Rename the `StaticText` role to `Label` ([#434](https://github.com/AccessKit/accesskit/issues/434)) + +### Code Refactoring + +* Rename the `StaticText` role to `Label` ([#434](https://github.com/AccessKit/accesskit/issues/434)) ([7086bc0](https://github.com/AccessKit/accesskit/commit/7086bc0fad446d3ed4a0fd5eff641a1e75f6c599)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * accesskit bumped from 0.15.0 to 0.16.0 + * accesskit_windows bumped from 0.21.0 to 0.22.0 + * accesskit_macos bumped from 0.16.0 to 0.17.0 + * accesskit_unix bumped from 0.11.1 to 0.12.0 + ## [0.21.0](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.20.4...accesskit_winit-v0.21.0) (2024-06-09) diff --git a/platforms/winit/Cargo.toml b/platforms/winit/Cargo.toml index 942d83990..288eef6cb 100644 --- a/platforms/winit/Cargo.toml +++ b/platforms/winit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit_winit" -version = "0.21.1" +version = "0.22.0" 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.15.0", path = "../../common" } +accesskit = { version = "0.16.0", 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", features = ["std"], optional = true } [target.'cfg(target_os = "windows")'.dependencies] -accesskit_windows = { version = "0.21.0", path = "../windows" } +accesskit_windows = { version = "0.22.0", path = "../windows" } [target.'cfg(target_os = "macos")'.dependencies] -accesskit_macos = { version = "0.16.0", path = "../macos" } +accesskit_macos = { version = "0.17.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.1", path = "../unix", optional = true, default-features = false } +accesskit_unix = { version = "0.12.0", path = "../unix", optional = true, default-features = false } [dev-dependencies.winit] version = "0.30"