diff --git a/.release-please-manifest.json b/.release-please-manifest.json index feef94f8a..4878bcd3a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"common":"0.12.1","consumer":"0.16.1","platforms/macos":"0.10.1","platforms/windows":"0.15.1","platforms/winit":"0.16.1","platforms/unix":"0.6.1","bindings/c":"0.6.1"} \ No newline at end of file +{"common":"0.12.1","consumer":"0.16.1","platforms/macos":"0.10.1","platforms/windows":"0.15.1","platforms/winit":"0.16.2","platforms/unix":"0.6.2","bindings/c":"0.6.2"} \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 13fe7c478..b3d90a623 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -30,7 +30,7 @@ dependencies = [ [[package]] name = "accesskit_c" -version = "0.6.1" +version = "0.6.2" dependencies = [ "accesskit", "accesskit_macos", @@ -58,7 +58,7 @@ dependencies = [ [[package]] name = "accesskit_unix" -version = "0.6.1" +version = "0.6.2" dependencies = [ "accesskit", "accesskit_consumer", @@ -88,7 +88,7 @@ dependencies = [ [[package]] name = "accesskit_winit" -version = "0.16.1" +version = "0.16.2" dependencies = [ "accesskit", "accesskit_macos", diff --git a/bindings/c/CHANGELOG.md b/bindings/c/CHANGELOG.md index 29a7cfb08..ec4dfb38b 100644 --- a/bindings/c/CHANGELOG.md +++ b/bindings/c/CHANGELOG.md @@ -25,6 +25,10 @@ * accesskit_macos bumped from 0.10.0 to 0.10.1 * accesskit_unix bumped from 0.6.0 to 0.6.1 +* The following workspace dependencies were updated + * dependencies + * accesskit_unix bumped from 0.6.1 to 0.6.2 + ## [0.6.0](https://github.com/AccessKit/accesskit/compare/accesskit_c-v0.5.1...accesskit_c-v0.6.0) (2023-09-27) diff --git a/bindings/c/Cargo.toml b/bindings/c/Cargo.toml index fac1981a5..1b514b46d 100644 --- a/bindings/c/Cargo.toml +++ b/bindings/c/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit_c" -version = "0.6.1" +version = "0.6.2" authors = ["Arnold Loubriat "] license = "MIT OR Apache-2.0" publish = false @@ -25,4 +25,4 @@ accesskit_windows = { version = "0.15.1", path = "../../platforms/windows" } accesskit_macos = { version = "0.10.1", 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.6.1", path = "../../platforms/unix" } +accesskit_unix = { version = "0.6.2", path = "../../platforms/unix" } diff --git a/platforms/unix/CHANGELOG.md b/platforms/unix/CHANGELOG.md index 2e102d0ba..142fe3c0d 100644 --- a/platforms/unix/CHANGELOG.md +++ b/platforms/unix/CHANGELOG.md @@ -29,6 +29,13 @@ * accesskit bumped from 0.12.0 to 0.12.1 * accesskit_consumer bumped from 0.16.0 to 0.16.1 +## [0.6.2](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.6.1...accesskit_unix-v0.6.2) (2023-12-14) + + +### Bug Fixes + +* Bump async-channel dependency to `2.1.1` ([#321](https://github.com/AccessKit/accesskit/issues/321)) ([99120b8](https://github.com/AccessKit/accesskit/commit/99120b828d65306ab71d41f71979dc67e8b0bf6b)) + ## [0.6.0](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.5.2...accesskit_unix-v0.6.0) (2023-09-27) diff --git a/platforms/unix/Cargo.toml b/platforms/unix/Cargo.toml index a45c9608b..96a789bed 100644 --- a/platforms/unix/Cargo.toml +++ b/platforms/unix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit_unix" -version = "0.6.1" +version = "0.6.2" authors = ["Arnold Loubriat "] license = "MIT OR Apache-2.0" description = "AccessKit UI accessibility infrastructure: Linux adapter" diff --git a/platforms/winit/CHANGELOG.md b/platforms/winit/CHANGELOG.md index 995c68f47..74471382d 100644 --- a/platforms/winit/CHANGELOG.md +++ b/platforms/winit/CHANGELOG.md @@ -73,6 +73,20 @@ * dependencies * accesskit_windows bumped from 0.14.2 to 0.14.3 +## [0.16.2](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.16.1...accesskit_winit-v0.16.2) (2023-12-14) + + +### Bug Fixes + +* Add a `rwh_05` feature flag to `accesskit_winit` ([#319](https://github.com/AccessKit/accesskit/issues/319)) ([f4d279c](https://github.com/AccessKit/accesskit/commit/f4d279c5ece16df2925c0e31dc82eaf192c40cd0)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * accesskit_unix bumped from 0.6.1 to 0.6.2 + ## [0.16.1](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.16.0...accesskit_winit-v0.16.1) (2023-11-05) diff --git a/platforms/winit/Cargo.toml b/platforms/winit/Cargo.toml index 94619e7b6..c66cd5f55 100644 --- a/platforms/winit/Cargo.toml +++ b/platforms/winit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accesskit_winit" -version = "0.16.1" +version = "0.16.2" authors = ["Matt Campbell "] license = "Apache-2.0" description = "AccessKit UI accessibility infrastructure: winit adapter" @@ -33,7 +33,7 @@ accesskit_windows = { version = "0.15.1", path = "../windows" } accesskit_macos = { version = "0.10.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.6.1", path = "../unix", optional = true, default-features = false } +accesskit_unix = { version = "0.6.2", path = "../unix", optional = true, default-features = false } [dev-dependencies.winit] version = "0.29"