Skip to content

Commit fc98371

Browse files
chore: release main (#224)
1 parent 41f28b6 commit fc98371

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.1","platforms/winit":"0.12.2","platforms/unix":"0.3.2"}
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"}

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/windows/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
* dependencies
1414
* accesskit_consumer bumped from 0.12.0 to 0.12.1
1515

16+
## [0.13.2](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.13.1...accesskit_windows-v0.13.2) (2023-02-23)
17+
18+
19+
### Bug Fixes
20+
21+
* Fix Windows 32-bit build errors ([#223](https://github.com/AccessKit/accesskit/issues/223)) ([41f28b6](https://github.com/AccessKit/accesskit/commit/41f28b670ac457b2d067bbc4ba40aa0fc8842e4d))
22+
1623
## [0.13.1](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.13.0...accesskit_windows-v0.13.1) (2023-02-20)
1724

1825

platforms/windows/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_windows"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
authors = ["Matt Campbell <mattcampbell@pobox.com>"]
55
license = "MIT/Apache-2.0"
66
description = "AccessKit UI accessibility infrastructure: Windows adapter"

platforms/winit/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
* accesskit_macos bumped from 0.6.0 to 0.6.1
3737
* accesskit_unix bumped from 0.3.1 to 0.3.2
3838

39+
* The following workspace dependencies were updated
40+
* dependencies
41+
* accesskit_windows bumped from 0.13.1 to 0.13.2
42+
3943
## [0.12.0](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.11.0...accesskit_winit-v0.12.0) (2023-02-18)
4044

4145

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.2"
3+
version = "0.12.3"
44
authors = ["Matt Campbell <mattcampbell@pobox.com>"]
55
license = "Apache-2.0"
66
description = "AccessKit UI accessibility infrastructure: winit adapter"
@@ -18,7 +18,7 @@ accesskit = { version = "0.10.1", path = "../../common" }
1818
winit = { version = "0.28", default-features = false }
1919

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

2323
[target.'cfg(target_os = "macos")'.dependencies]
2424
accesskit_macos = { version = "0.6.1", path = "../macos" }

0 commit comments

Comments
 (0)