Skip to content

Commit 528fba5

Browse files
authored
chore: release main (#685)
1 parent b27f7ed commit 528fba5

File tree

18 files changed

+179
-33
lines changed

18 files changed

+179
-33
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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"}
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"}

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.24.0](https://github.com/AccessKit/accesskit/compare/accesskit-v0.23.0...accesskit-v0.24.0) (2026-02-01)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Update minimum supported Rust version to 1.85 ([#683](https://github.com/AccessKit/accesskit/issues/683))
9+
10+
### Bug Fixes
11+
12+
* Update minimum supported Rust version to 1.85 ([#683](https://github.com/AccessKit/accesskit/issues/683)) ([f8c22cb](https://github.com/AccessKit/accesskit/commit/f8c22cbb53ce6b1859adeff3c0b7154ad9e1f25e))
13+
314
## [0.23.0](https://github.com/AccessKit/accesskit/compare/accesskit-v0.22.0...accesskit-v0.23.0) (2026-01-15)
415

516

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accesskit"
3-
version = "0.23.0"
3+
version = "0.24.0"
44
authors.workspace = true
55
license.workspace = true
66
description = "UI accessibility infrastructure across platforms"

consumer/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,24 @@
2424
* dependencies
2525
* accesskit bumped from 0.16.2 to 0.16.3
2626

27+
## [0.34.0](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.33.1...accesskit_consumer-v0.34.0) (2026-02-01)
28+
29+
30+
### ⚠ BREAKING CHANGES
31+
32+
* Update minimum supported Rust version to 1.85 ([#683](https://github.com/AccessKit/accesskit/issues/683))
33+
34+
### Bug Fixes
35+
36+
* Update minimum supported Rust version to 1.85 ([#683](https://github.com/AccessKit/accesskit/issues/683)) ([f8c22cb](https://github.com/AccessKit/accesskit/commit/f8c22cbb53ce6b1859adeff3c0b7154ad9e1f25e))
37+
38+
39+
### Dependencies
40+
41+
* The following workspace dependencies were updated
42+
* dependencies
43+
* accesskit bumped from 0.23.0 to 0.24.0
44+
2745
## [0.33.1](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.33.0...accesskit_consumer-v0.33.1) (2026-01-18)
2846

2947

consumer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accesskit_consumer"
3-
version = "0.33.1"
3+
version = "0.34.0"
44
authors.workspace = true
55
license.workspace = true
66
description = "AccessKit consumer library (internal)"
@@ -12,6 +12,6 @@ edition.workspace = true
1212
rust-version.workspace = true
1313

1414
[dependencies]
15-
accesskit = { version = "0.23.0", path = "../common" }
15+
accesskit = { version = "0.24.0", path = "../common" }
1616
hashbrown.workspace = true
1717

platforms/android/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/AccessKit/accesskit/compare/accesskit_android-v0.6.1...accesskit_android-v0.7.0) (2026-02-01)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Update minimum supported Rust version to 1.85 ([#683](https://github.com/AccessKit/accesskit/issues/683))
9+
10+
### Bug Fixes
11+
12+
* Update minimum supported Rust version to 1.85 ([#683](https://github.com/AccessKit/accesskit/issues/683)) ([f8c22cb](https://github.com/AccessKit/accesskit/commit/f8c22cbb53ce6b1859adeff3c0b7154ad9e1f25e))
13+
14+
15+
### Dependencies
16+
17+
* The following workspace dependencies were updated
18+
* dependencies
19+
* accesskit bumped from 0.23.0 to 0.24.0
20+
* accesskit_consumer bumped from 0.33.1 to 0.34.0
21+
322
## [0.6.1](https://github.com/AccessKit/accesskit/compare/accesskit_android-v0.6.0...accesskit_android-v0.6.1) (2026-01-18)
423

524

platforms/android/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accesskit_android"
3-
version = "0.6.1"
3+
version = "0.7.0"
44
authors.workspace = true
55
license.workspace = true
66
description = "AccessKit UI accessibility infrastructure: Android adapter"
@@ -15,7 +15,7 @@ rust-version.workspace = true
1515
embedded-dex = []
1616

1717
[dependencies]
18-
accesskit = { version = "0.23.0", path = "../../common" }
19-
accesskit_consumer = { version = "0.33.1", path = "../../consumer" }
18+
accesskit = { version = "0.24.0", path = "../../common" }
19+
accesskit_consumer = { version = "0.34.0", path = "../../consumer" }
2020
jni = "0.21.1"
2121
log = "0.4.17"

platforms/atspi-common/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,25 @@
2424
* accesskit bumped from 0.17.0 to 0.17.1
2525
* accesskit_consumer bumped from 0.25.0 to 0.26.0
2626

27+
## [0.17.0](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.16.1...accesskit_atspi_common-v0.17.0) (2026-02-01)
28+
29+
30+
### ⚠ BREAKING CHANGES
31+
32+
* Update minimum supported Rust version to 1.85 ([#683](https://github.com/AccessKit/accesskit/issues/683))
33+
34+
### Bug Fixes
35+
36+
* Update minimum supported Rust version to 1.85 ([#683](https://github.com/AccessKit/accesskit/issues/683)) ([f8c22cb](https://github.com/AccessKit/accesskit/commit/f8c22cbb53ce6b1859adeff3c0b7154ad9e1f25e))
37+
38+
39+
### Dependencies
40+
41+
* The following workspace dependencies were updated
42+
* dependencies
43+
* accesskit bumped from 0.23.0 to 0.24.0
44+
* accesskit_consumer bumped from 0.33.1 to 0.34.0
45+
2746
## [0.16.1](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.16.0...accesskit_atspi_common-v0.16.1) (2026-01-18)
2847

2948

platforms/atspi-common/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accesskit_atspi_common"
3-
version = "0.16.1"
3+
version = "0.17.0"
44
authors.workspace = true
55
license.workspace = true
66
description = "AccessKit UI accessibility infrastructure: core AT-SPI translation layer"
@@ -15,8 +15,8 @@ rust-version.workspace = true
1515
simplified-api = []
1616

1717
[dependencies]
18-
accesskit = { version = "0.23.0", path = "../../common" }
19-
accesskit_consumer = { version = "0.33.1", path = "../../consumer" }
18+
accesskit = { version = "0.24.0", path = "../../common" }
19+
accesskit_consumer = { version = "0.34.0", path = "../../consumer" }
2020
atspi-common = { version = "0.13", default-features = false }
2121
serde = "1.0"
2222
zvariant = { version = "5.4", default-features = false }

0 commit comments

Comments
 (0)