Skip to content

Commit 1bbcf10

Browse files
authored
chore: release main (#692)
1 parent 33fc4f0 commit 1bbcf10

File tree

16 files changed

+117
-24
lines changed

16 files changed

+117
-24
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.24.0","consumer":"0.34.0","platforms/macos":"0.25.0","platforms/windows":"0.32.0","platforms/winit":"0.32.1","platforms/unix":"0.20.0","platforms/atspi-common":"0.17.0","platforms/android":"0.7.1"}
1+
{"common":"0.24.0","consumer":"0.35.0","platforms/macos":"0.26.0","platforms/windows":"0.32.1","platforms/winit":"0.32.2","platforms/unix":"0.21.0","platforms/atspi-common":"0.18.0","platforms/android":"0.7.2"}

Cargo.lock

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

consumer/CHANGELOG.md

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

27+
## [0.35.0](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.34.0...accesskit_consumer-v0.35.0) (2026-03-04)
28+
29+
30+
### ⚠ BREAKING CHANGES
31+
32+
* Allow locating nodes without Tree access
33+
34+
### Features
35+
36+
* Expose text attributes on macOS ([#691](https://github.com/AccessKit/accesskit/issues/691)) ([641b05b](https://github.com/AccessKit/accesskit/commit/641b05b10d3d55631a73d10a1f753111dde372e8))
37+
38+
39+
### Code Refactoring
40+
41+
* Allow locating nodes without Tree access ([941a96d](https://github.com/AccessKit/accesskit/commit/941a96d161414ea6db448ecafdd11fa6e3f1680d))
42+
2743
## [0.34.0](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.33.1...accesskit_consumer-v0.34.0) (2026-02-01)
2844

2945

consumer/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_consumer"
3-
version = "0.34.0"
3+
version = "0.35.0"
44
authors.workspace = true
55
license.workspace = true
66
description = "AccessKit consumer library (internal)"

platforms/android/CHANGELOG.md

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

3+
## [0.7.2](https://github.com/AccessKit/accesskit/compare/accesskit_android-v0.7.1...accesskit_android-v0.7.2) (2026-03-04)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* accesskit_consumer bumped from 0.34.0 to 0.35.0
11+
312
## [0.7.1](https://github.com/AccessKit/accesskit/compare/accesskit_android-v0.7.0...accesskit_android-v0.7.1) (2026-02-25)
413

514

platforms/android/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_android"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
authors.workspace = true
55
license.workspace = true
66
description = "AccessKit UI accessibility infrastructure: Android adapter"
@@ -16,6 +16,6 @@ embedded-dex = []
1616

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

platforms/atspi-common/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,20 @@
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.18.0](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.17.0...accesskit_atspi_common-v0.18.0) (2026-03-04)
28+
29+
30+
### Features
31+
32+
* Implement text attributes for AT-SPI ([#695](https://github.com/AccessKit/accesskit/issues/695)) ([33fc4f0](https://github.com/AccessKit/accesskit/commit/33fc4f06699da335f9b2de3ab381cc940314e9c1))
33+
34+
35+
### Dependencies
36+
37+
* The following workspace dependencies were updated
38+
* dependencies
39+
* accesskit_consumer bumped from 0.34.0 to 0.35.0
40+
2741
## [0.17.0](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.16.1...accesskit_atspi_common-v0.17.0) (2026-02-01)
2842

2943

platforms/atspi-common/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_atspi_common"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
authors.workspace = true
55
license.workspace = true
66
description = "AccessKit UI accessibility infrastructure: core AT-SPI translation layer"
@@ -16,7 +16,7 @@ simplified-api = []
1616

1717
[dependencies]
1818
accesskit = { version = "0.24.0", path = "../../common" }
19-
accesskit_consumer = { version = "0.34.0", path = "../../consumer" }
19+
accesskit_consumer = { version = "0.35.0", path = "../../consumer" }
2020
atspi-common = { version = "0.13", default-features = false }
2121
phf = { version = "0.13.1", features = ["macros"] }
2222
serde = "1.0"

platforms/macos/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,20 @@
3737
* accesskit bumped from 0.16.2 to 0.16.3
3838
* accesskit_consumer bumped from 0.24.2 to 0.24.3
3939

40+
## [0.26.0](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.25.0...accesskit_macos-v0.26.0) (2026-03-04)
41+
42+
43+
### Features
44+
45+
* Expose text attributes on macOS ([#691](https://github.com/AccessKit/accesskit/issues/691)) ([641b05b](https://github.com/AccessKit/accesskit/commit/641b05b10d3d55631a73d10a1f753111dde372e8))
46+
47+
48+
### Dependencies
49+
50+
* The following workspace dependencies were updated
51+
* dependencies
52+
* accesskit_consumer bumped from 0.34.0 to 0.35.0
53+
4054
## [0.25.0](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.24.1...accesskit_macos-v0.25.0) (2026-02-01)
4155

4256

platforms/macos/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_macos"
3-
version = "0.25.0"
3+
version = "0.26.0"
44
authors.workspace = true
55
license.workspace = true
66
description = "AccessKit UI accessibility infrastructure: macOS adapter"
@@ -16,7 +16,7 @@ default-target = "x86_64-apple-darwin"
1616

1717
[dependencies]
1818
accesskit = { version = "0.24.0", path = "../../common" }
19-
accesskit_consumer = { version = "0.34.0", path = "../../consumer" }
19+
accesskit_consumer = { version = "0.35.0", path = "../../consumer" }
2020
hashbrown.workspace = true
2121
objc2 = "0.5.1"
2222
objc2-foundation = { version = "0.2.0", features = [

0 commit comments

Comments
 (0)