Skip to content

Commit afbf4a4

Browse files
authored
chore: release main (#249)
1 parent b56b4ea commit afbf4a4

File tree

8 files changed

+34
-9
lines changed

8 files changed

+34
-9
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.11.0","consumer":"0.15.0","platforms/macos":"0.7.0","platforms/windows":"0.14.0","platforms/winit":"0.13.0","platforms/unix":"0.4.0","bindings/c":"0.3.0"}
1+
{"common":"0.11.0","consumer":"0.15.0","platforms/macos":"0.7.0","platforms/windows":"0.14.0","platforms/winit":"0.14.0","platforms/unix":"0.5.0","bindings/c":"0.3.1"}

Cargo.lock

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

bindings/c/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
* accesskit_macos bumped from 0.6.3 to 0.7.0
77
* accesskit_unix bumped from 0.3.3 to 0.4.0
88

9+
* The following workspace dependencies were updated
10+
* dependencies
11+
* accesskit_unix bumped from 0.4.0 to 0.5.0
12+
913
## [0.3.0](https://github.com/AccessKit/accesskit/compare/accesskit_c-v0.2.0...accesskit_c-v0.3.0) (2023-04-25)
1014

1115

bindings/c/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_c"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Arnold Loubriat <datatriny@gmail.com>"]
55
license = "MIT/Apache-2.0"
66
publish = false
@@ -24,4 +24,4 @@ accesskit_windows = { version = "0.14.0", path = "../../platforms/windows" }
2424
accesskit_macos = { version = "0.7.0", path = "../../platforms/macos" }
2525

2626
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
27-
accesskit_unix = { version = "0.4.0", path = "../../platforms/unix" }
27+
accesskit_unix = { version = "0.5.0", path = "../../platforms/unix" }

platforms/unix/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
* accesskit bumped from 0.10.1 to 0.11.0
1515
* accesskit_consumer bumped from 0.14.1 to 0.14.2
1616

17+
## [0.5.0](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.4.0...accesskit_unix-v0.5.0) (2023-05-21)
18+
19+
20+
### Features
21+
22+
* Add features for async runtimes on Unix ([#248](https://github.com/AccessKit/accesskit/issues/248)) ([b56b4ea](https://github.com/AccessKit/accesskit/commit/b56b4ea7c967ee5a1dae21a2fa0dcd385346031e))
23+
1724
## [0.4.0](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.3.3...accesskit_unix-v0.4.0) (2023-03-30)
1825

1926

platforms/unix/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_unix"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Arnold Loubriat <datatriny@gmail.com>"]
55
license = "MIT/Apache-2.0"
66
description = "AccessKit UI accessibility infrastructure: Linux adapter"

platforms/winit/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,20 @@
5151
* accesskit_macos bumped from 0.6.2 to 0.6.3
5252
* accesskit_unix bumped from 0.3.2 to 0.3.3
5353

54+
## [0.14.0](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.13.0...accesskit_winit-v0.14.0) (2023-05-21)
55+
56+
57+
### Features
58+
59+
* Add features for async runtimes on Unix ([#248](https://github.com/AccessKit/accesskit/issues/248)) ([b56b4ea](https://github.com/AccessKit/accesskit/commit/b56b4ea7c967ee5a1dae21a2fa0dcd385346031e))
60+
61+
62+
### Dependencies
63+
64+
* The following workspace dependencies were updated
65+
* dependencies
66+
* accesskit_unix bumped from 0.4.0 to 0.5.0
67+
5468
## [0.13.0](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.12.5...accesskit_winit-v0.13.0) (2023-03-30)
5569

5670

platforms/winit/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_winit"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
authors = ["Matt Campbell <mattcampbell@pobox.com>"]
55
license = "Apache-2.0"
66
description = "AccessKit UI accessibility infrastructure: winit adapter"
@@ -26,7 +26,7 @@ accesskit_windows = { version = "0.14.0", path = "../windows" }
2626
accesskit_macos = { version = "0.7.0", path = "../macos" }
2727

2828
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
29-
accesskit_unix = { version = "0.4.0", path = "../unix", optional = true, default-features = false }
29+
accesskit_unix = { version = "0.5.0", path = "../unix", optional = true, default-features = false }
3030

3131
[dev-dependencies]
3232
winit = "0.28"

0 commit comments

Comments
 (0)