Skip to content
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.24.0","consumer":"0.36.0","platforms/macos":"0.26.1","platforms/windows":"0.33.0","platforms/winit":"0.33.0","platforms/unix":"0.21.1","platforms/atspi-common":"0.18.1","platforms/android":"0.7.3","platforms/ios":"0.1.0"}
{"common":"0.24.1","consumer":"0.37.0","platforms/macos":"0.26.2","platforms/windows":"0.33.1","platforms/winit":"0.33.1","platforms/unix":"0.22.0","platforms/atspi-common":"0.19.0","platforms/android":"0.7.4","platforms/ios":"0.1.1"}
18 changes: 9 additions & 9 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.24.1](https://github.com/AccessKit/accesskit/compare/accesskit-v0.24.0...accesskit-v0.24.1) (2026-06-12)


### Bug Fixes

* Update pyo3 dependency to 0.29 ([#724](https://github.com/AccessKit/accesskit/issues/724)) ([c9725e2](https://github.com/AccessKit/accesskit/commit/c9725e2bc2094c68ba152c929fb31d4a09e44af5))

## [0.24.0](https://github.com/AccessKit/accesskit/compare/accesskit-v0.23.0...accesskit-v0.24.0) (2026-02-01)


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.24.0"
version = "0.24.1"
authors.workspace = true
license.workspace = true
description = "UI accessibility infrastructure across platforms"
Expand Down
18 changes: 18 additions & 0 deletions consumer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,24 @@
* dependencies
* accesskit bumped from 0.16.2 to 0.16.3

## [0.37.0](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.36.0...accesskit_consumer-v0.37.0) (2026-06-12)


### ⚠ BREAKING CHANGES

* Trim trait bounds on iterator return types ([#721](https://github.com/AccessKit/accesskit/issues/721))

### Code Refactoring

* Trim trait bounds on iterator return types ([#721](https://github.com/AccessKit/accesskit/issues/721)) ([4023b41](https://github.com/AccessKit/accesskit/commit/4023b414c3c1318ec2780b13a4e9f70713703862))


### Dependencies

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

## [0.36.0](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.35.0...accesskit_consumer-v0.36.0) (2026-05-11)


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.36.0"
version = "0.37.0"
authors.workspace = true
license.workspace = true
description = "AccessKit consumer library (internal)"
Expand All @@ -12,6 +12,6 @@ edition.workspace = true
rust-version.workspace = true

[dependencies]
accesskit = { version = "0.24.0", path = "../common" }
accesskit = { version = "0.24.1", path = "../common" }
hashbrown.workspace = true

10 changes: 10 additions & 0 deletions platforms/android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.7.4](https://github.com/AccessKit/accesskit/compare/accesskit_android-v0.7.3...accesskit_android-v0.7.4) (2026-06-12)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.24.0 to 0.24.1
* accesskit_consumer bumped from 0.36.0 to 0.37.0

## [0.7.3](https://github.com/AccessKit/accesskit/compare/accesskit_android-v0.7.2...accesskit_android-v0.7.3) (2026-05-11)


Expand Down
6 changes: 3 additions & 3 deletions platforms/android/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_android"
version = "0.7.3"
version = "0.7.4"
authors.workspace = true
license.workspace = true
description = "AccessKit UI accessibility infrastructure: Android adapter"
Expand All @@ -15,7 +15,7 @@ rust-version.workspace = true
embedded-dex = []

[dependencies]
accesskit = { version = "0.24.0", path = "../../common" }
accesskit_consumer = { version = "0.36.0", path = "../../consumer" }
accesskit = { version = "0.24.1", path = "../../common" }
accesskit_consumer = { version = "0.37.0", path = "../../consumer" }
jni = "0.21.1"
log = "0.4.17"
29 changes: 29 additions & 0 deletions platforms/atspi-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,35 @@
* accesskit bumped from 0.17.0 to 0.17.1
* accesskit_consumer bumped from 0.25.0 to 0.26.0

## [0.19.0](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.18.1...accesskit_atspi_common-v0.19.0) (2026-06-12)


### ⚠ BREAKING CHANGES

* Trim trait bounds on iterator return types ([#721](https://github.com/AccessKit/accesskit/issues/721))

### Features

* Implement the cache object on Unix ([#719](https://github.com/AccessKit/accesskit/issues/719)) ([61bdabd](https://github.com/AccessKit/accesskit/commit/61bdabdb70016068c21e31bf42b36bc4209232cd))


### Bug Fixes

* Compute index in parent for tree roots on Unix ([#718](https://github.com/AccessKit/accesskit/issues/718)) ([7d8c55e](https://github.com/AccessKit/accesskit/commit/7d8c55e55cce4b88c289e96fccb67a38d0afa27f))


### Code Refactoring

* Trim trait bounds on iterator return types ([#721](https://github.com/AccessKit/accesskit/issues/721)) ([4023b41](https://github.com/AccessKit/accesskit/commit/4023b414c3c1318ec2780b13a4e9f70713703862))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.24.0 to 0.24.1
* accesskit_consumer bumped from 0.36.0 to 0.37.0

## [0.18.1](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.18.0...accesskit_atspi_common-v0.18.1) (2026-05-11)


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.18.1"
version = "0.19.0"
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.24.0", path = "../../common" }
accesskit_consumer = { version = "0.36.0", path = "../../consumer" }
accesskit = { version = "0.24.1", path = "../../common" }
accesskit_consumer = { version = "0.37.0", path = "../../consumer" }
atspi-common = { version = "0.13", default-features = false }
phf = { version = "0.13.1", features = ["macros"] }
serde = "1.0"
Expand Down
10 changes: 10 additions & 0 deletions platforms/ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.1.1](https://github.com/AccessKit/accesskit/compare/accesskit_ios-v0.1.0...accesskit_ios-v0.1.1) (2026-06-12)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.24.0 to 0.24.1
* accesskit_consumer bumped from 0.36.0 to 0.37.0

## 0.1.0 (2026-05-11)


Expand Down
6 changes: 3 additions & 3 deletions platforms/ios/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_ios"
version = "0.1.0"
version = "0.1.1"
authors.workspace = true
license.workspace = true
description = "AccessKit UI accessibility infrastructure: iOS adapter"
Expand All @@ -15,8 +15,8 @@ rust-version.workspace = true
default-target = "aarch64-apple-ios"

[dependencies]
accesskit = { version = "0.24.0", path = "../../common" }
accesskit_consumer = { version = "0.36.0", path = "../../consumer" }
accesskit = { version = "0.24.1", path = "../../common" }
accesskit_consumer = { version = "0.37.0", path = "../../consumer" }
hashbrown.workspace = true
objc2 = "0.5.1"
objc2-foundation = { version = "0.2.0", features = [
Expand Down
10 changes: 10 additions & 0 deletions platforms/macos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@
* accesskit bumped from 0.16.2 to 0.16.3
* accesskit_consumer bumped from 0.24.2 to 0.24.3

## [0.26.2](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.26.1...accesskit_macos-v0.26.2) (2026-06-12)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.24.0 to 0.24.1
* accesskit_consumer bumped from 0.36.0 to 0.37.0

## [0.26.1](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.26.0...accesskit_macos-v0.26.1) (2026-05-11)


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.26.1"
version = "0.26.2"
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.24.0", path = "../../common" }
accesskit_consumer = { version = "0.36.0", path = "../../consumer" }
accesskit = { version = "0.24.1", path = "../../common" }
accesskit_consumer = { version = "0.37.0", path = "../../consumer" }
hashbrown.workspace = true
objc2 = "0.5.1"
objc2-foundation = { version = "0.2.0", features = [
Expand Down
20 changes: 20 additions & 0 deletions platforms/unix/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,26 @@
* accesskit bumped from 0.17.0 to 0.17.1
* accesskit_atspi_common bumped from 0.10.0 to 0.10.1

## [0.22.0](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.21.1...accesskit_unix-v0.22.0) (2026-06-12)


### Features

* Implement the cache object on Unix ([#719](https://github.com/AccessKit/accesskit/issues/719)) ([61bdabd](https://github.com/AccessKit/accesskit/commit/61bdabdb70016068c21e31bf42b36bc4209232cd))


### Bug Fixes

* Watch the IsEnabled property to lazily activate on Unix ([#715](https://github.com/AccessKit/accesskit/issues/715)) ([e7299a7](https://github.com/AccessKit/accesskit/commit/e7299a753d78e8b00dd75e1d2182abb517648f98))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.24.0 to 0.24.1
* accesskit_atspi_common bumped from 0.18.1 to 0.19.0

## [0.21.1](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.21.0...accesskit_unix-v0.21.1) (2026-05-11)


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.21.1"
version = "0.22.0"
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"]

[dependencies]
accesskit = { version = "0.24.0", path = "../../common" }
accesskit_atspi_common = { version = "0.18.1", path = "../atspi-common" }
accesskit = { version = "0.24.1", path = "../../common" }
accesskit_atspi_common = { version = "0.19.0", path = "../atspi-common" }
atspi = { version = "0.29", default-features = false, features = ["proxies"] }
futures-lite = "2.3"
serde = "1.0"
Expand Down
10 changes: 10 additions & 0 deletions platforms/windows/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@
* accesskit bumped from 0.16.2 to 0.16.3
* accesskit_consumer bumped from 0.24.2 to 0.24.3

## [0.33.1](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.33.0...accesskit_windows-v0.33.1) (2026-06-12)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.24.0 to 0.24.1
* accesskit_consumer bumped from 0.36.0 to 0.37.0

## [0.33.0](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.32.1...accesskit_windows-v0.33.0) (2026-05-11)


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.33.0"
version = "0.33.1"
authors.workspace = true
license.workspace = true
description = "AccessKit UI accessibility infrastructure: Windows adapter"
Expand All @@ -16,8 +16,8 @@ default-target = "x86_64-pc-windows-msvc"
targets = []

[dependencies]
accesskit = { version = "0.24.0", path = "../../common" }
accesskit_consumer = { version = "0.36.0", path = "../../consumer" }
accesskit = { version = "0.24.1", path = "../../common" }
accesskit_consumer = { version = "0.37.0", path = "../../consumer" }
hashbrown.workspace = true
static_assertions = "1.1.0"
windows-core = "0.62.0"
Expand Down
Loading
Loading