Skip to content

Commit

Permalink
chore: release main (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcampbell authored Dec 14, 2023
1 parent 61acdb0 commit cf8d4eb
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"common":"0.12.1","consumer":"0.16.1","platforms/macos":"0.10.1","platforms/windows":"0.15.1","platforms/winit":"0.16.1","platforms/unix":"0.6.1","bindings/c":"0.6.1"}
{"common":"0.12.1","consumer":"0.16.1","platforms/macos":"0.10.1","platforms/windows":"0.15.1","platforms/winit":"0.17.0","platforms/unix":"0.6.2","bindings/c":"0.6.2"}
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions bindings/c/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
* accesskit_macos bumped from 0.10.0 to 0.10.1
* accesskit_unix bumped from 0.6.0 to 0.6.1

* The following workspace dependencies were updated
* dependencies
* accesskit_unix bumped from 0.6.1 to 0.6.2

## [0.6.0](https://github.com/AccessKit/accesskit/compare/accesskit_c-v0.5.1...accesskit_c-v0.6.0) (2023-09-27)


Expand Down
4 changes: 2 additions & 2 deletions bindings/c/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_c"
version = "0.6.1"
version = "0.6.2"
authors = ["Arnold Loubriat <[email protected]>"]
license = "MIT OR Apache-2.0"
publish = false
Expand All @@ -25,4 +25,4 @@ accesskit_windows = { version = "0.15.1", path = "../../platforms/windows" }
accesskit_macos = { version = "0.10.1", path = "../../platforms/macos" }

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
accesskit_unix = { version = "0.6.1", path = "../../platforms/unix" }
accesskit_unix = { version = "0.6.2", path = "../../platforms/unix" }
7 changes: 7 additions & 0 deletions platforms/unix/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
* accesskit bumped from 0.12.0 to 0.12.1
* accesskit_consumer bumped from 0.16.0 to 0.16.1

## [0.6.2](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.6.1...accesskit_unix-v0.6.2) (2023-12-14)


### Bug Fixes

* Bump async-channel dependency to `2.1.1` ([#321](https://github.com/AccessKit/accesskit/issues/321)) ([99120b8](https://github.com/AccessKit/accesskit/commit/99120b828d65306ab71d41f71979dc67e8b0bf6b))

## [0.6.0](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.5.2...accesskit_unix-v0.6.0) (2023-09-27)


Expand Down
2 changes: 1 addition & 1 deletion platforms/unix/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_unix"
version = "0.6.1"
version = "0.6.2"
authors = ["Arnold Loubriat <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "AccessKit UI accessibility infrastructure: Linux adapter"
Expand Down
19 changes: 19 additions & 0 deletions platforms/winit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,25 @@
* dependencies
* accesskit_windows bumped from 0.14.2 to 0.14.3

## [0.17.0](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.16.1...accesskit_winit-v0.17.0) (2023-12-14)


### ⚠ BREAKING CHANGES

* Force a semver break for the winit rwh feature additions ([#322](https://github.com/AccessKit/accesskit/issues/322))

### Bug Fixes

* Add a `rwh_05` feature flag to `accesskit_winit` ([#319](https://github.com/AccessKit/accesskit/issues/319)) ([f4d279c](https://github.com/AccessKit/accesskit/commit/f4d279c5ece16df2925c0e31dc82eaf192c40cd0))
* Force a semver break for the winit rwh feature additions ([#322](https://github.com/AccessKit/accesskit/issues/322)) ([61acdb0](https://github.com/AccessKit/accesskit/commit/61acdb0ea083263c88a00ad4db637b25863852c0))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit_unix bumped from 0.6.1 to 0.6.2

## [0.16.1](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.16.0...accesskit_winit-v0.16.1) (2023-11-05)


Expand Down
4 changes: 2 additions & 2 deletions platforms/winit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_winit"
version = "0.16.1"
version = "0.17.0"
authors = ["Matt Campbell <[email protected]>"]
license = "Apache-2.0"
description = "AccessKit UI accessibility infrastructure: winit adapter"
Expand Down Expand Up @@ -33,7 +33,7 @@ accesskit_windows = { version = "0.15.1", path = "../windows" }
accesskit_macos = { version = "0.10.1", path = "../macos" }

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
accesskit_unix = { version = "0.6.1", path = "../unix", optional = true, default-features = false }
accesskit_unix = { version = "0.6.2", path = "../unix", optional = true, default-features = false }

[dev-dependencies.winit]
version = "0.29"
Expand Down

0 comments on commit cf8d4eb

Please sign in to comment.