Skip to content

Commit 10db515

Browse files
authored
chore: release main (#235)
1 parent 773389b commit 10db515

File tree

14 files changed

+113
-22
lines changed

14 files changed

+113
-22
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.14.2","platforms/macos":"0.6.3","platforms/windows":"0.13.3","platforms/winit":"0.12.5","platforms/unix":"0.3.3","bindings/c":"0.1.0"}
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.1.1"}

Cargo.lock

Lines changed: 6 additions & 6 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
* The following workspace dependencies were updated
4+
* dependencies
5+
* accesskit_windows bumped from 0.13.3 to 0.14.0
6+
* accesskit_macos bumped from 0.6.3 to 0.7.0
7+
* accesskit_unix bumped from 0.3.3 to 0.4.0
8+
39
## 0.1.0 (2023-03-29)
410

511

bindings/c/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accesskit_c"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Arnold Loubriat <datatriny@gmail.com>"]
55
license = "MIT/Apache-2.0"
66
publish = false
@@ -18,10 +18,10 @@ accesskit = { version = "0.11.0", path = "../../common" }
1818
paste = "1.0"
1919

2020
[target.'cfg(target_os = "windows")'.dependencies]
21-
accesskit_windows = { version = "0.13.3", path = "../../platforms/windows" }
21+
accesskit_windows = { version = "0.14.0", path = "../../platforms/windows" }
2222

2323
[target.'cfg(target_os = "macos")'.dependencies]
24-
accesskit_macos = { version = "0.6.3", path = "../../platforms/macos" }
24+
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.3.3", path = "../../platforms/unix" }
27+
accesskit_unix = { version = "0.4.0", path = "../../platforms/unix" }

consumer/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@
88
* dependencies
99
* accesskit bumped from 0.10.1 to 0.11.0
1010

11+
## [0.15.0](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.14.2...accesskit_consumer-v0.15.0) (2023-03-30)
12+
13+
14+
### ⚠ BREAKING CHANGES
15+
16+
* Force a semver-breaking version bump in downstream crates ([#234](https://github.com/AccessKit/accesskit/issues/234))
17+
18+
### Bug Fixes
19+
20+
* Force a semver-breaking version bump in downstream crates ([#234](https://github.com/AccessKit/accesskit/issues/234)) ([773389b](https://github.com/AccessKit/accesskit/commit/773389bff857fa18edf15de426e029251fc34591))
21+
1122
## [0.14.0](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.13.0...accesskit_consumer-v0.14.0) (2023-02-12)
1223

1324

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.14.2"
3+
version = "0.15.0"
44
authors = ["Matt Campbell <mattcampbell@pobox.com>"]
55
license = "MIT/Apache-2.0"
66
description = "AccessKit consumer library (internal)"

platforms/macos/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,24 @@
1313
* accesskit bumped from 0.10.0 to 0.10.1
1414
* accesskit_consumer bumped from 0.14.0 to 0.14.1
1515

16+
## [0.7.0](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.6.3...accesskit_macos-v0.7.0) (2023-03-30)
17+
18+
19+
### ⚠ BREAKING CHANGES
20+
21+
* Force a semver-breaking version bump in downstream crates ([#234](https://github.com/AccessKit/accesskit/issues/234))
22+
23+
### Bug Fixes
24+
25+
* Force a semver-breaking version bump in downstream crates ([#234](https://github.com/AccessKit/accesskit/issues/234)) ([773389b](https://github.com/AccessKit/accesskit/commit/773389bff857fa18edf15de426e029251fc34591))
26+
27+
28+
### Dependencies
29+
30+
* The following workspace dependencies were updated
31+
* dependencies
32+
* accesskit_consumer bumped from 0.14.2 to 0.15.0
33+
1634
## [0.6.3](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.6.2...accesskit_macos-v0.6.3) (2023-03-29)
1735

1836

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.6.3"
3+
version = "0.7.0"
44
authors = ["Matt Campbell <mattcampbell@pobox.com>"]
55
license = "MIT/Apache-2.0"
66
description = "AccessKit UI accessibility infrastructure: macOS adapter"
@@ -12,7 +12,7 @@ edition = "2021"
1212

1313
[dependencies]
1414
accesskit = { version = "0.11.0", path = "../../common" }
15-
accesskit_consumer = { version = "0.14.2", path = "../../consumer" }
15+
accesskit_consumer = { version = "0.15.0", path = "../../consumer" }
1616
objc2 = ">=0.3.0-beta.3, <0.3.0-beta.4" # Allow `0.3.0-beta.3.patch-leaks`
1717
once_cell = "1.13.0"
1818

platforms/unix/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,24 @@
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.4.0](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.3.3...accesskit_unix-v0.4.0) (2023-03-30)
18+
19+
20+
### ⚠ BREAKING CHANGES
21+
22+
* Force a semver-breaking version bump in downstream crates ([#234](https://github.com/AccessKit/accesskit/issues/234))
23+
24+
### Bug Fixes
25+
26+
* Force a semver-breaking version bump in downstream crates ([#234](https://github.com/AccessKit/accesskit/issues/234)) ([773389b](https://github.com/AccessKit/accesskit/commit/773389bff857fa18edf15de426e029251fc34591))
27+
28+
29+
### Dependencies
30+
31+
* The following workspace dependencies were updated
32+
* dependencies
33+
* accesskit_consumer bumped from 0.14.2 to 0.15.0
34+
1735
## [0.3.1](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.3.0...accesskit_unix-v0.3.1) (2023-02-20)
1836

1937

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

1313
[dependencies]
1414
accesskit = { version = "0.11.0", path = "../../common" }
15-
accesskit_consumer = { version = "0.14.2", path = "../../consumer" }
15+
accesskit_consumer = { version = "0.15.0", path = "../../consumer" }
1616
async-channel = "1.8.0"
1717
atspi = "0.10.1"
1818
futures-lite = "1.12.0"

0 commit comments

Comments
 (0)