Skip to content

Commit 3b3bd1b

Browse files
chore: release main (#218)
1 parent 93f2dc9 commit 3b3bd1b

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.0","consumer":"0.14.0","platforms/macos":"0.6.0","platforms/windows":"0.13.0","platforms/winit":"0.12.0","platforms/unix":"0.3.0"}
1+
{"common":"0.10.0","consumer":"0.14.0","platforms/macos":"0.6.0","platforms/windows":"0.13.0","platforms/winit":"0.12.1","platforms/unix":"0.3.1"}

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
* dependencies
55
* accesskit_consumer bumped from 0.12.0 to 0.12.1
66

7+
## [0.3.1](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.3.0...accesskit_unix-v0.3.1) (2023-02-20)
8+
9+
10+
### Bug Fixes
11+
12+
* Update atspi dependency ([#217](https://github.com/AccessKit/accesskit/issues/217)) ([93f2dc9](https://github.com/AccessKit/accesskit/commit/93f2dc9bf0a57a8b7592c3a4cf4aa3885a3356f2))
13+
714
## [0.3.0](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.2.0...accesskit_unix-v0.3.0) (2023-02-12)
815

916

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.3.0"
3+
version = "0.3.1"
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
* accesskit_macos bumped from 0.4.1 to 0.4.2
2626
* accesskit_unix bumped from 0.1.0 to 0.1.1
2727

28+
* The following workspace dependencies were updated
29+
* dependencies
30+
* accesskit_unix bumped from 0.3.0 to 0.3.1
31+
2832
## [0.12.0](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.11.0...accesskit_winit-v0.12.0) (2023-02-18)
2933

3034

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.0"
3+
version = "0.12.1"
44
authors = ["Matt Campbell <mattcampbell@pobox.com>"]
55
license = "Apache-2.0"
66
description = "AccessKit UI accessibility infrastructure: winit adapter"
@@ -24,7 +24,7 @@ accesskit_windows = { version = "0.13.0", path = "../windows" }
2424
accesskit_macos = { version = "0.6.0", path = "../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.0", path = "../unix", optional = true }
27+
accesskit_unix = { version = "0.3.1", path = "../unix", optional = true }
2828

2929
[dev-dependencies]
3030
winit = "0.28"

0 commit comments

Comments
 (0)