Skip to content

Commit 8add292

Browse files
chore: release main (#232)
1 parent 7f7f4c7 commit 8add292

File tree

16 files changed

+89
-28
lines changed

16 files changed

+89
-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.10.1","consumer":"0.14.1","platforms/macos":"0.6.2","platforms/windows":"0.13.2","platforms/winit":"0.12.4","platforms/unix":"0.3.2"}
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"}

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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## 0.1.0 (2023-03-29)
4+
5+
6+
### Features
7+
8+
* Add C bindings ([#230](https://github.com/AccessKit/accesskit/issues/230)) ([7f7f4c7](https://github.com/AccessKit/accesskit/commit/7f7f4c755890ab8210a5a8bf8e237ba6a51dd205))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* accesskit bumped from 0.10.1 to 0.11.0
16+
* accesskit_windows bumped from 0.13.2 to 0.13.3
17+
* accesskit_macos bumped from 0.6.2 to 0.6.3
18+
* accesskit_unix bumped from 0.3.2 to 0.3.3

bindings/c/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ crate-type = ["cdylib", "staticlib"]
1414
cbindgen = []
1515

1616
[dependencies]
17-
accesskit = { version = "0.10.1", path = "../../common" }
17+
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.2", path = "../../platforms/windows" }
21+
accesskit_windows = { version = "0.13.3", path = "../../platforms/windows" }
2222

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

common/CHANGELOG.md

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

3+
## [0.11.0](https://github.com/AccessKit/accesskit/compare/accesskit-v0.10.1...accesskit-v0.11.0) (2023-03-29)
4+
5+
6+
### Features
7+
8+
* Add C bindings ([#230](https://github.com/AccessKit/accesskit/issues/230)) ([7f7f4c7](https://github.com/AccessKit/accesskit/commit/7f7f4c755890ab8210a5a8bf8e237ba6a51dd205))
9+
310
## [0.10.1](https://github.com/AccessKit/accesskit/compare/accesskit-v0.10.0...accesskit-v0.10.1) (2023-02-20)
411

512

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.10.1"
3+
version = "0.11.0"
44
authors = ["Matt Campbell <mattcampbell@pobox.com>"]
55
license = "MIT/Apache-2.0"
66
description = "UI accessibility infrastructure across platforms"

consumer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
* dependencies
55
* accesskit bumped from 0.10.0 to 0.10.1
66

7+
* The following workspace dependencies were updated
8+
* dependencies
9+
* accesskit bumped from 0.10.1 to 0.11.0
10+
711
## [0.14.0](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.13.0...accesskit_consumer-v0.14.0) (2023-02-12)
812

913

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.14.1"
3+
version = "0.14.2"
44
authors = ["Matt Campbell <mattcampbell@pobox.com>"]
55
license = "MIT/Apache-2.0"
66
description = "AccessKit consumer library (internal)"
@@ -11,4 +11,4 @@ readme = "README.md"
1111
edition = "2021"
1212

1313
[dependencies]
14-
accesskit = { version = "0.10.1", path = "../common" }
14+
accesskit = { version = "0.11.0", path = "../common" }

platforms/macos/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@
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.6.3](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.6.2...accesskit_macos-v0.6.3) (2023-03-29)
17+
18+
19+
### Bug Fixes
20+
21+
* Fix problems related to the root node ([#231](https://github.com/AccessKit/accesskit/issues/231)) ([7228494](https://github.com/AccessKit/accesskit/commit/7228494361c4f131af6a7fc2af8a98406cd9a63e))
22+
23+
24+
### Dependencies
25+
26+
* The following workspace dependencies were updated
27+
* dependencies
28+
* accesskit bumped from 0.10.1 to 0.11.0
29+
* accesskit_consumer bumped from 0.14.1 to 0.14.2
30+
1631
## [0.6.2](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.6.1...accesskit_macos-v0.6.2) (2023-03-14)
1732

1833

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

1313
[dependencies]
14-
accesskit = { version = "0.10.1", path = "../../common" }
15-
accesskit_consumer = { version = "0.14.1", path = "../../consumer" }
14+
accesskit = { version = "0.11.0", path = "../../common" }
15+
accesskit_consumer = { version = "0.14.2", 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"

0 commit comments

Comments
 (0)