Skip to content

chore: release main #571

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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.19.0","consumer":"0.28.0","platforms/macos":"0.20.0","platforms/windows":"0.27.0","platforms/winit":"0.27.0","platforms/unix":"0.15.0","platforms/atspi-common":"0.12.0","platforms/android":"0.2.0"}
{"common":"0.20.0","consumer":"0.28.1","platforms/macos":"0.20.1","platforms/windows":"0.27.1","platforms/winit":"0.27.1","platforms/unix":"0.15.1","platforms/atspi-common":"0.12.1","platforms/android":"0.2.1"}
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.20.0](https://github.com/AccessKit/accesskit/compare/accesskit-v0.19.0...accesskit-v0.20.0) (2025-06-20)


### ⚠ BREAKING CHANGES

* Refactor actions for scrolling by discrete units ([#573](https://github.com/AccessKit/accesskit/issues/573))

### Code Refactoring

* Refactor actions for scrolling by discrete units ([#573](https://github.com/AccessKit/accesskit/issues/573)) ([fad11a1](https://github.com/AccessKit/accesskit/commit/fad11a1b66340e7be6b2eb00dfd07004451a17eb))

## [0.19.0](https://github.com/AccessKit/accesskit/compare/accesskit-v0.18.0...accesskit-v0.19.0) (2025-05-06)


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

## [0.28.1](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.28.0...accesskit_consumer-v0.28.1) (2025-06-20)


### Bug Fixes

* Eliminate incorrect removal of reparented nodes ([#576](https://github.com/AccessKit/accesskit/issues/576)) ([db7d4d0](https://github.com/AccessKit/accesskit/commit/db7d4d050d89a4aafa6b5ad2097d0bd8a7997940))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.19.0 to 0.20.0

## [0.28.0](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.27.0...accesskit_consumer-v0.28.0) (2025-05-06)


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

[dependencies]
accesskit = { version = "0.19.0", path = "../common" }
accesskit = { version = "0.20.0", path = "../common" }
hashbrown = { version = "0.15", default-features = false, features = ["default-hasher"] }
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.2.1](https://github.com/AccessKit/accesskit/compare/accesskit_android-v0.2.0...accesskit_android-v0.2.1) (2025-06-20)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.19.0 to 0.20.0
* accesskit_consumer bumped from 0.28.0 to 0.28.1

## [0.2.0](https://github.com/AccessKit/accesskit/compare/accesskit_android-v0.1.1...accesskit_android-v0.2.0) (2025-05-06)


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.2.0"
version = "0.2.1"
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.19.0", path = "../../common" }
accesskit_consumer = { version = "0.28.0", path = "../../consumer" }
accesskit = { version = "0.20.0", path = "../../common" }
accesskit_consumer = { version = "0.28.1", path = "../../consumer" }
jni = "0.21.1"
log = "0.4.17"
10 changes: 10 additions & 0 deletions platforms/atspi-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@
* accesskit bumped from 0.17.0 to 0.17.1
* accesskit_consumer bumped from 0.25.0 to 0.26.0

## [0.12.1](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.12.0...accesskit_atspi_common-v0.12.1) (2025-06-20)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.19.0 to 0.20.0
* accesskit_consumer bumped from 0.28.0 to 0.28.1

## [0.12.0](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.11.0...accesskit_atspi_common-v0.12.0) (2025-05-06)


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.12.0"
version = "0.12.1"
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.19.0", path = "../../common" }
accesskit_consumer = { version = "0.28.0", path = "../../consumer" }
accesskit = { version = "0.20.0", path = "../../common" }
accesskit_consumer = { version = "0.28.1", path = "../../consumer" }
atspi-common = { version = "0.9", default-features = false }
serde = "1.0"
thiserror = "1.0"
Expand Down
15 changes: 15 additions & 0 deletions platforms/macos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,21 @@
* accesskit bumped from 0.16.2 to 0.16.3
* accesskit_consumer bumped from 0.24.2 to 0.24.3

## [0.20.1](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.20.0...accesskit_macos-v0.20.1) (2025-06-20)


### Bug Fixes

* Destroy nodes that become filtered out on macOS ([#569](https://github.com/AccessKit/accesskit/issues/569)) ([29584d4](https://github.com/AccessKit/accesskit/commit/29584d46ff1b2faa23195f69913f0e193b2e883a))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.19.0 to 0.20.0
* accesskit_consumer bumped from 0.28.0 to 0.28.1

## [0.20.0](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.19.0...accesskit_macos-v0.20.0) (2025-05-06)


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.20.0"
version = "0.20.1"
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.19.0", path = "../../common" }
accesskit_consumer = { version = "0.28.0", path = "../../consumer" }
accesskit = { version = "0.20.0", path = "../../common" }
accesskit_consumer = { version = "0.28.1", path = "../../consumer" }
hashbrown = { version = "0.15", default-features = false, features = ["default-hasher"] }
objc2 = "0.5.1"
objc2-foundation = { version = "0.2.0", features = [
Expand Down
10 changes: 10 additions & 0 deletions platforms/unix/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@
* accesskit bumped from 0.17.0 to 0.17.1
* accesskit_atspi_common bumped from 0.10.0 to 0.10.1

## [0.15.1](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.15.0...accesskit_unix-v0.15.1) (2025-06-20)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.19.0 to 0.20.0
* accesskit_atspi_common bumped from 0.12.0 to 0.12.1

## [0.15.0](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.14.0...accesskit_unix-v0.15.0) (2025-05-06)


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.15.0"
version = "0.15.1"
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.19.0", path = "../../common" }
accesskit_atspi_common = { version = "0.12.0", path = "../atspi-common" }
accesskit = { version = "0.20.0", path = "../../common" }
accesskit_atspi_common = { version = "0.12.1", path = "../atspi-common" }
atspi = { version = "0.25", default-features = false, features = ["async-std"] }
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.27.1](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.27.0...accesskit_windows-v0.27.1) (2025-06-20)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.19.0 to 0.20.0
* accesskit_consumer bumped from 0.28.0 to 0.28.1

## [0.27.0](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.26.0...accesskit_windows-v0.27.0) (2025-05-06)


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.27.0"
version = "0.27.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.19.0", path = "../../common" }
accesskit_consumer = { version = "0.28.0", path = "../../consumer" }
accesskit = { version = "0.20.0", path = "../../common" }
accesskit_consumer = { version = "0.28.1", path = "../../consumer" }
hashbrown = { version = "0.15", default-features = false, features = ["default-hasher"] }
static_assertions = "1.1.0"
windows-core = "0.61.0"
Expand Down
13 changes: 13 additions & 0 deletions platforms/winit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,19 @@
* accesskit_macos bumped from 0.18.0 to 0.18.1
* accesskit_unix bumped from 0.13.0 to 0.13.1

## [0.27.1](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.27.0...accesskit_winit-v0.27.1) (2025-06-20)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.19.0 to 0.20.0
* accesskit_windows bumped from 0.27.0 to 0.27.1
* accesskit_macos bumped from 0.20.0 to 0.20.1
* accesskit_unix bumped from 0.15.0 to 0.15.1
* accesskit_android bumped from 0.2.0 to 0.2.1

## [0.27.0](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.26.0...accesskit_winit-v0.27.0) (2025-05-06)


Expand Down
12 changes: 6 additions & 6 deletions platforms/winit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_winit"
version = "0.27.0"
version = "0.27.1"
authors.workspace = true
license = "Apache-2.0"
description = "AccessKit UI accessibility infrastructure: winit adapter"
Expand All @@ -19,22 +19,22 @@ async-io = ["accesskit_unix/async-io"]
tokio = ["accesskit_unix/tokio"]

[dependencies]
accesskit = { version = "0.19.0", path = "../../common" }
accesskit = { version = "0.20.0", path = "../../common" }
winit = { version = "0.30.5", 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.27.0", path = "../windows" }
accesskit_windows = { version = "0.27.1", path = "../windows" }

[target.'cfg(target_os = "macos")'.dependencies]
accesskit_macos = { version = "0.20.0", path = "../macos" }
accesskit_macos = { version = "0.20.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.15.0", path = "../unix", optional = true, default-features = false }
accesskit_unix = { version = "0.15.1", path = "../unix", optional = true, default-features = false }

[target.'cfg(target_os = "android")'.dependencies]
accesskit_android = { version = "0.2.0", path = "../android", optional = true, features = ["embedded-dex"] }
accesskit_android = { version = "0.2.1", path = "../android", optional = true, features = ["embedded-dex"] }

[dev-dependencies.winit]
version = "0.30.5"
Expand Down