Skip to content

Commit fdd88e0

Browse files
chore: release main (#229)
1 parent e8537fc commit fdd88e0

File tree

6 files changed

+17
-6
lines changed

6 files changed

+17
-6
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.1","platforms/windows":"0.13.2","platforms/winit":"0.12.3","platforms/unix":"0.3.2"}
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"}

Cargo.lock

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

platforms/macos/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
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.2](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.6.1...accesskit_macos-v0.6.2) (2023-03-14)
17+
18+
19+
### Bug Fixes
20+
21+
* Fix macOS leaks ([e8537fc](https://github.com/AccessKit/accesskit/commit/e8537fcbdf4a68f39c9bc51cf9fe6960903e26f2))
22+
1623
## [0.6.0](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.5.0...accesskit_macos-v0.6.0) (2023-02-12)
1724

1825

platforms/macos/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_macos"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
authors = ["Matt Campbell <mattcampbell@pobox.com>"]
55
license = "MIT/Apache-2.0"
66
description = "AccessKit UI accessibility infrastructure: macOS adapter"

platforms/winit/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
* dependencies
4141
* accesskit_windows bumped from 0.13.1 to 0.13.2
4242

43+
* The following workspace dependencies were updated
44+
* dependencies
45+
* accesskit_macos bumped from 0.6.1 to 0.6.2
46+
4347
## [0.12.0](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.11.0...accesskit_winit-v0.12.0) (2023-02-18)
4448

4549

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.12.3"
3+
version = "0.12.4"
44
authors = ["Matt Campbell <mattcampbell@pobox.com>"]
55
license = "Apache-2.0"
66
description = "AccessKit UI accessibility infrastructure: winit adapter"
@@ -21,7 +21,7 @@ winit = { version = "0.28", default-features = false }
2121
accesskit_windows = { version = "0.13.2", path = "../windows" }
2222

2323
[target.'cfg(target_os = "macos")'.dependencies]
24-
accesskit_macos = { version = "0.6.1", path = "../macos" }
24+
accesskit_macos = { version = "0.6.2", path = "../macos" }
2525

2626
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
2727
accesskit_unix = { version = "0.3.2", path = "../unix", optional = true }

0 commit comments

Comments
 (0)