Skip to content

Commit b0083ea

Browse files
chore: release main
1 parent ed1fb73 commit b0083ea

File tree

16 files changed

+127
-28
lines changed

16 files changed

+127
-28
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.16.1","consumer":"0.24.1","platforms/macos":"0.17.1","platforms/windows":"0.23.0","platforms/winit":"0.22.1","platforms/unix":"0.12.1","platforms/atspi-common":"0.9.1"}
1+
{"common":"0.16.2","consumer":"0.24.2","platforms/macos":"0.17.2","platforms/windows":"0.23.1","platforms/winit":"0.22.2","platforms/unix":"0.12.2","platforms/atspi-common":"0.9.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.

common/CHANGELOG.md

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

3+
## [0.16.2](https://github.com/AccessKit/accesskit/compare/accesskit-v0.16.1...accesskit-v0.16.2) (2024-10-07)
4+
5+
6+
### Bug Fixes
7+
8+
* Don't use a macro to generate Action debug helper function ([#459](https://github.com/AccessKit/accesskit/issues/459)) ([ed1fb73](https://github.com/AccessKit/accesskit/commit/ed1fb7370780c9dd15028cdfd13e2065642bf490))
9+
* Update minimum supported Rust version to 1.75 ([#457](https://github.com/AccessKit/accesskit/issues/457)) ([fc622fe](https://github.com/AccessKit/accesskit/commit/fc622fe7657c80a4eedad6f6cded11d2538b54d5))
10+
311
## [0.16.1](https://github.com/AccessKit/accesskit/compare/accesskit-v0.16.0...accesskit-v0.16.1) (2024-09-24)
412

513

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.16.1"
3+
version = "0.16.2"
44
authors.workspace = true
55
license.workspace = true
66
description = "UI accessibility infrastructure across platforms"

consumer/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@
2020
* dependencies
2121
* accesskit bumped from 0.12.2 to 0.12.3
2222

23+
## [0.24.2](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.24.1...accesskit_consumer-v0.24.2) (2024-10-07)
24+
25+
26+
### Bug Fixes
27+
28+
* Update minimum supported Rust version to 1.75 ([#457](https://github.com/AccessKit/accesskit/issues/457)) ([fc622fe](https://github.com/AccessKit/accesskit/commit/fc622fe7657c80a4eedad6f6cded11d2538b54d5))
29+
30+
31+
### Dependencies
32+
33+
* The following workspace dependencies were updated
34+
* dependencies
35+
* accesskit bumped from 0.16.1 to 0.16.2
36+
2337
## [0.24.1](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.24.0...accesskit_consumer-v0.24.1) (2024-09-24)
2438

2539

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.24.1"
3+
version = "0.24.2"
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.16.1", path = "../common" }
15+
accesskit = { version = "0.16.2", path = "../common" }
1616
immutable-chunkmap = "2.0.5"
1717

platforms/atspi-common/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,21 @@
1414
* accesskit bumped from 0.16.0 to 0.16.1
1515
* accesskit_consumer bumped from 0.24.0 to 0.24.1
1616

17+
## [0.9.2](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.9.1...accesskit_atspi_common-v0.9.2) (2024-10-07)
18+
19+
20+
### Bug Fixes
21+
22+
* Update minimum supported Rust version to 1.75 ([#457](https://github.com/AccessKit/accesskit/issues/457)) ([fc622fe](https://github.com/AccessKit/accesskit/commit/fc622fe7657c80a4eedad6f6cded11d2538b54d5))
23+
24+
25+
### Dependencies
26+
27+
* The following workspace dependencies were updated
28+
* dependencies
29+
* accesskit bumped from 0.16.1 to 0.16.2
30+
* accesskit_consumer bumped from 0.24.1 to 0.24.2
31+
1732
## [0.9.0](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.8.0...accesskit_atspi_common-v0.9.0) (2024-06-29)
1833

1934

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.9.1"
3+
version = "0.9.2"
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.16.1", path = "../../common" }
19-
accesskit_consumer = { version = "0.24.1", path = "../../consumer" }
18+
accesskit = { version = "0.16.2", path = "../../common" }
19+
accesskit_consumer = { version = "0.24.2", path = "../../consumer" }
2020
atspi-common = { version = "0.3.0", default-features = false }
2121
serde = "1.0"
2222
thiserror = "1.0.39"

platforms/macos/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,21 @@
3232
* accesskit bumped from 0.16.0 to 0.16.1
3333
* accesskit_consumer bumped from 0.24.0 to 0.24.1
3434

35+
## [0.17.2](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.17.1...accesskit_macos-v0.17.2) (2024-10-07)
36+
37+
38+
### Bug Fixes
39+
40+
* Update minimum supported Rust version to 1.75 ([#457](https://github.com/AccessKit/accesskit/issues/457)) ([fc622fe](https://github.com/AccessKit/accesskit/commit/fc622fe7657c80a4eedad6f6cded11d2538b54d5))
41+
42+
43+
### Dependencies
44+
45+
* The following workspace dependencies were updated
46+
* dependencies
47+
* accesskit bumped from 0.16.1 to 0.16.2
48+
* accesskit_consumer bumped from 0.24.1 to 0.24.2
49+
3550
## [0.17.0](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.16.0...accesskit_macos-v0.17.0) (2024-06-29)
3651

3752

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

1717
[dependencies]
18-
accesskit = { version = "0.16.1", path = "../../common" }
19-
accesskit_consumer = { version = "0.24.1", path = "../../consumer" }
18+
accesskit = { version = "0.16.2", path = "../../common" }
19+
accesskit_consumer = { version = "0.24.2", path = "../../consumer" }
2020
once_cell = "1.13.0"
2121
objc2 = "0.5.1"
2222
objc2-foundation = { version = "0.2.0", features = [

platforms/unix/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,21 @@
5858
* dependencies
5959
* accesskit_atspi_common bumped from 0.7.0 to 0.8.0
6060

61+
## [0.12.2](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.12.1...accesskit_unix-v0.12.2) (2024-10-07)
62+
63+
64+
### Bug Fixes
65+
66+
* Update minimum supported Rust version to 1.75 ([#457](https://github.com/AccessKit/accesskit/issues/457)) ([fc622fe](https://github.com/AccessKit/accesskit/commit/fc622fe7657c80a4eedad6f6cded11d2538b54d5))
67+
68+
69+
### Dependencies
70+
71+
* The following workspace dependencies were updated
72+
* dependencies
73+
* accesskit bumped from 0.16.1 to 0.16.2
74+
* accesskit_atspi_common bumped from 0.9.1 to 0.9.2
75+
6176
## [0.12.1](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.12.0...accesskit_unix-v0.12.1) (2024-09-24)
6277

6378

platforms/unix/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_unix"
3-
version = "0.12.1"
3+
version = "0.12.2"
44
authors.workspace = true
55
license.workspace = true
66
description = "AccessKit UI accessibility infrastructure: Linux adapter"
@@ -17,8 +17,8 @@ async-io = ["dep:async-channel", "dep:async-executor", "dep:async-task", "dep:fu
1717
tokio = ["dep:tokio", "dep:tokio-stream", "atspi/tokio", "zbus/tokio"]
1818

1919
[dependencies]
20-
accesskit = { version = "0.16.1", path = "../../common" }
21-
accesskit_atspi_common = { version = "0.9.1", path = "../atspi-common" }
20+
accesskit = { version = "0.16.2", path = "../../common" }
21+
accesskit_atspi_common = { version = "0.9.2", path = "../atspi-common" }
2222
atspi = { version = "0.19", default-features = false }
2323
futures-lite = "1.13"
2424
serde = "1.0"

platforms/windows/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,21 @@
3333
* accesskit bumped from 0.12.2 to 0.12.3
3434
* accesskit_consumer bumped from 0.17.0 to 0.17.1
3535

36+
## [0.23.1](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.23.0...accesskit_windows-v0.23.1) (2024-10-07)
37+
38+
39+
### Bug Fixes
40+
41+
* Update minimum supported Rust version to 1.75 ([#457](https://github.com/AccessKit/accesskit/issues/457)) ([fc622fe](https://github.com/AccessKit/accesskit/commit/fc622fe7657c80a4eedad6f6cded11d2538b54d5))
42+
43+
44+
### Dependencies
45+
46+
* The following workspace dependencies were updated
47+
* dependencies
48+
* accesskit bumped from 0.16.1 to 0.16.2
49+
* accesskit_consumer bumped from 0.24.1 to 0.24.2
50+
3651
## [0.23.0](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.22.0...accesskit_windows-v0.23.0) (2024-09-24)
3752

3853

platforms/windows/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_windows"
3-
version = "0.23.0"
3+
version = "0.23.1"
44
authors.workspace = true
55
license.workspace = true
66
description = "AccessKit UI accessibility infrastructure: Windows adapter"
@@ -12,8 +12,8 @@ edition.workspace = true
1212
rust-version.workspace = true
1313

1414
[dependencies]
15-
accesskit = { version = "0.16.1", path = "../../common" }
16-
accesskit_consumer = { version = "0.24.1", path = "../../consumer" }
15+
accesskit = { version = "0.16.2", path = "../../common" }
16+
accesskit_consumer = { version = "0.24.2", path = "../../consumer" }
1717
paste = "1.0"
1818
static_assertions = "1.1.0"
1919
windows-core = "0.58.0"

platforms/winit/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,23 @@
129129
* dependencies
130130
* accesskit_unix bumped from 0.11.0 to 0.11.1
131131

132+
## [0.22.2](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.22.1...accesskit_winit-v0.22.2) (2024-10-07)
133+
134+
135+
### Bug Fixes
136+
137+
* Update minimum supported Rust version to 1.75 ([#457](https://github.com/AccessKit/accesskit/issues/457)) ([fc622fe](https://github.com/AccessKit/accesskit/commit/fc622fe7657c80a4eedad6f6cded11d2538b54d5))
138+
139+
140+
### Dependencies
141+
142+
* The following workspace dependencies were updated
143+
* dependencies
144+
* accesskit bumped from 0.16.1 to 0.16.2
145+
* accesskit_windows bumped from 0.23.0 to 0.23.1
146+
* accesskit_macos bumped from 0.17.1 to 0.17.2
147+
* accesskit_unix bumped from 0.12.1 to 0.12.2
148+
132149
## [0.22.1](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.22.0...accesskit_winit-v0.22.1) (2024-09-24)
133150

134151

platforms/winit/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accesskit_winit"
3-
version = "0.22.1"
3+
version = "0.22.2"
44
authors.workspace = true
55
license = "Apache-2.0"
66
description = "AccessKit UI accessibility infrastructure: winit adapter"
@@ -22,19 +22,19 @@ async-io = ["accesskit_unix/async-io"]
2222
tokio = ["accesskit_unix/tokio"]
2323

2424
[dependencies]
25-
accesskit = { version = "0.16.1", path = "../../common" }
25+
accesskit = { version = "0.16.2", path = "../../common" }
2626
winit = { version = "0.30", default-features = false }
2727
rwh_05 = { package = "raw-window-handle", version = "0.5", features = ["std"], optional = true }
2828
rwh_06 = { package = "raw-window-handle", version = "0.6.2", features = ["std"], optional = true }
2929

3030
[target.'cfg(target_os = "windows")'.dependencies]
31-
accesskit_windows = { version = "0.23.0", path = "../windows" }
31+
accesskit_windows = { version = "0.23.1", path = "../windows" }
3232

3333
[target.'cfg(target_os = "macos")'.dependencies]
34-
accesskit_macos = { version = "0.17.1", path = "../macos" }
34+
accesskit_macos = { version = "0.17.2", path = "../macos" }
3535

3636
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
37-
accesskit_unix = { version = "0.12.1", path = "../unix", optional = true, default-features = false }
37+
accesskit_unix = { version = "0.12.2", path = "../unix", optional = true, default-features = false }
3838

3939
[dev-dependencies.winit]
4040
version = "0.30"

0 commit comments

Comments
 (0)