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.23.0","consumer":"0.33.1","platforms/macos":"0.24.1","platforms/windows":"0.31.1","platforms/winit":"0.31.1","platforms/unix":"0.19.1","platforms/atspi-common":"0.16.1","platforms/android":"0.6.1"}
{"common":"0.24.0","consumer":"0.34.0","platforms/macos":"0.25.0","platforms/windows":"0.32.0","platforms/winit":"0.32.0","platforms/unix":"0.20.0","platforms/atspi-common":"0.17.0","platforms/android":"0.7.0"}
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* Update minimum supported Rust version to 1.85 ([#683](https://github.com/AccessKit/accesskit/issues/683))

### Bug Fixes

* Update minimum supported Rust version to 1.85 ([#683](https://github.com/AccessKit/accesskit/issues/683)) ([f8c22cb](https://github.com/AccessKit/accesskit/commit/f8c22cbb53ce6b1859adeff3c0b7154ad9e1f25e))

## [0.23.0](https://github.com/AccessKit/accesskit/compare/accesskit-v0.22.0...accesskit-v0.23.0) (2026-01-15)


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.23.0"
version = "0.24.0"
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.34.0](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.33.1...accesskit_consumer-v0.34.0) (2026-02-01)


### ⚠ BREAKING CHANGES

* Update minimum supported Rust version to 1.85 ([#683](https://github.com/AccessKit/accesskit/issues/683))

### Bug Fixes

* Update minimum supported Rust version to 1.85 ([#683](https://github.com/AccessKit/accesskit/issues/683)) ([f8c22cb](https://github.com/AccessKit/accesskit/commit/f8c22cbb53ce6b1859adeff3c0b7154ad9e1f25e))


### Dependencies

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

## [0.33.1](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.33.0...accesskit_consumer-v0.33.1) (2026-01-18)


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.33.1"
version = "0.34.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.23.0", path = "../common" }
accesskit = { version = "0.24.0", path = "../common" }
hashbrown.workspace = true

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

## [0.7.0](https://github.com/AccessKit/accesskit/compare/accesskit_android-v0.6.1...accesskit_android-v0.7.0) (2026-02-01)


### ⚠ BREAKING CHANGES

* Update minimum supported Rust version to 1.85 ([#683](https://github.com/AccessKit/accesskit/issues/683))

### Bug Fixes

* Update minimum supported Rust version to 1.85 ([#683](https://github.com/AccessKit/accesskit/issues/683)) ([f8c22cb](https://github.com/AccessKit/accesskit/commit/f8c22cbb53ce6b1859adeff3c0b7154ad9e1f25e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.23.0 to 0.24.0
* accesskit_consumer bumped from 0.33.1 to 0.34.0

## [0.6.1](https://github.com/AccessKit/accesskit/compare/accesskit_android-v0.6.0...accesskit_android-v0.6.1) (2026-01-18)


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.6.1"
version = "0.7.0"
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.23.0", path = "../../common" }
accesskit_consumer = { version = "0.33.1", path = "../../consumer" }
accesskit = { version = "0.24.0", path = "../../common" }
accesskit_consumer = { version = "0.34.0", path = "../../consumer" }
jni = "0.21.1"
log = "0.4.17"
19 changes: 19 additions & 0 deletions platforms/atspi-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,25 @@
* accesskit bumped from 0.17.0 to 0.17.1
* accesskit_consumer bumped from 0.25.0 to 0.26.0

## [0.17.0](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.16.1...accesskit_atspi_common-v0.17.0) (2026-02-01)


### ⚠ BREAKING CHANGES

* Update minimum supported Rust version to 1.85 ([#683](https://github.com/AccessKit/accesskit/issues/683))

### Bug Fixes

* Update minimum supported Rust version to 1.85 ([#683](https://github.com/AccessKit/accesskit/issues/683)) ([f8c22cb](https://github.com/AccessKit/accesskit/commit/f8c22cbb53ce6b1859adeff3c0b7154ad9e1f25e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.23.0 to 0.24.0
* accesskit_consumer bumped from 0.33.1 to 0.34.0

## [0.16.1](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.16.0...accesskit_atspi_common-v0.16.1) (2026-01-18)


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.16.1"
version = "0.17.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.23.0", path = "../../common" }
accesskit_consumer = { version = "0.33.1", path = "../../consumer" }
accesskit = { version = "0.24.0", path = "../../common" }
accesskit_consumer = { version = "0.34.0", path = "../../consumer" }
atspi-common = { version = "0.13", default-features = false }
serde = "1.0"
zvariant = { version = "5.4", default-features = false }
19 changes: 19 additions & 0 deletions platforms/macos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,25 @@
* accesskit bumped from 0.16.2 to 0.16.3
* accesskit_consumer bumped from 0.24.2 to 0.24.3

## [0.25.0](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.24.1...accesskit_macos-v0.25.0) (2026-02-01)


### ⚠ BREAKING CHANGES

* Update minimum supported Rust version to 1.85 ([#683](https://github.com/AccessKit/accesskit/issues/683))

### Bug Fixes

* Update minimum supported Rust version to 1.85 ([#683](https://github.com/AccessKit/accesskit/issues/683)) ([f8c22cb](https://github.com/AccessKit/accesskit/commit/f8c22cbb53ce6b1859adeff3c0b7154ad9e1f25e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.23.0 to 0.24.0
* accesskit_consumer bumped from 0.33.1 to 0.34.0

## [0.24.1](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.24.0...accesskit_macos-v0.24.1) (2026-01-18)


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.24.1"
version = "0.25.0"
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.23.0", path = "../../common" }
accesskit_consumer = { version = "0.33.1", path = "../../consumer" }
accesskit = { version = "0.24.0", path = "../../common" }
accesskit_consumer = { version = "0.34.0", path = "../../consumer" }
hashbrown.workspace = true
objc2 = "0.5.1"
objc2-foundation = { version = "0.2.0", features = [
Expand Down
19 changes: 19 additions & 0 deletions platforms/unix/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,25 @@
* accesskit bumped from 0.17.0 to 0.17.1
* accesskit_atspi_common bumped from 0.10.0 to 0.10.1

## [0.20.0](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.19.1...accesskit_unix-v0.20.0) (2026-02-01)


### ⚠ BREAKING CHANGES

* Update minimum supported Rust version to 1.85 ([#683](https://github.com/AccessKit/accesskit/issues/683))

### Bug Fixes

* Update minimum supported Rust version to 1.85 ([#683](https://github.com/AccessKit/accesskit/issues/683)) ([f8c22cb](https://github.com/AccessKit/accesskit/commit/f8c22cbb53ce6b1859adeff3c0b7154ad9e1f25e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.23.0 to 0.24.0
* accesskit_atspi_common bumped from 0.16.1 to 0.17.0

## [0.19.1](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.19.0...accesskit_unix-v0.19.1) (2026-01-18)


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.19.1"
version = "0.20.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.23.0", path = "../../common" }
accesskit_atspi_common = { version = "0.16.1", path = "../atspi-common" }
accesskit = { version = "0.24.0", path = "../../common" }
accesskit_atspi_common = { version = "0.17.0", path = "../atspi-common" }
atspi = { version = "0.29", default-features = false, features = ["proxies"] }
futures-lite = "2.3"
serde = "1.0"
Expand Down
19 changes: 19 additions & 0 deletions platforms/windows/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,25 @@
* accesskit bumped from 0.16.2 to 0.16.3
* accesskit_consumer bumped from 0.24.2 to 0.24.3

## [0.32.0](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.31.1...accesskit_windows-v0.32.0) (2026-02-01)


### ⚠ BREAKING CHANGES

* Update minimum supported Rust version to 1.85 ([#683](https://github.com/AccessKit/accesskit/issues/683))

### Bug Fixes

* Update minimum supported Rust version to 1.85 ([#683](https://github.com/AccessKit/accesskit/issues/683)) ([f8c22cb](https://github.com/AccessKit/accesskit/commit/f8c22cbb53ce6b1859adeff3c0b7154ad9e1f25e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.23.0 to 0.24.0
* accesskit_consumer bumped from 0.33.1 to 0.34.0

## [0.31.1](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.31.0...accesskit_windows-v0.31.1) (2026-01-18)


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.31.1"
version = "0.32.0"
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.23.0", path = "../../common" }
accesskit_consumer = { version = "0.33.1", path = "../../consumer" }
accesskit = { version = "0.24.0", path = "../../common" }
accesskit_consumer = { version = "0.34.0", path = "../../consumer" }
hashbrown.workspace = true
static_assertions = "1.1.0"
windows-core = "0.61.0"
Expand Down
22 changes: 22 additions & 0 deletions platforms/winit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,28 @@
* accesskit_macos bumped from 0.18.0 to 0.18.1
* accesskit_unix bumped from 0.13.0 to 0.13.1

## [0.32.0](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.31.1...accesskit_winit-v0.32.0) (2026-02-01)


### ⚠ BREAKING CHANGES

* Update minimum supported Rust version to 1.85 ([#683](https://github.com/AccessKit/accesskit/issues/683))

### Bug Fixes

* Update minimum supported Rust version to 1.85 ([#683](https://github.com/AccessKit/accesskit/issues/683)) ([f8c22cb](https://github.com/AccessKit/accesskit/commit/f8c22cbb53ce6b1859adeff3c0b7154ad9e1f25e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.23.0 to 0.24.0
* accesskit_windows bumped from 0.31.1 to 0.32.0
* accesskit_macos bumped from 0.24.1 to 0.25.0
* accesskit_unix bumped from 0.19.1 to 0.20.0
* accesskit_android bumped from 0.6.1 to 0.7.0

## [0.31.1](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.31.0...accesskit_winit-v0.31.1) (2026-01-18)


Expand Down
Loading