Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Campbell committed Jun 6, 2024
1 parent 71ad45b commit 2b70007
Show file tree
Hide file tree
Showing 20 changed files with 92 additions and 40 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.14.0","consumer":"0.22.0","platforms/macos":"0.15.0","platforms/windows":"0.20.0","platforms/winit":"0.20.4","platforms/unix":"0.10.1","bindings/c":"0.10.3","bindings/python":"0.3.4","platforms/atspi-common":"0.6.0"}
{"common":"0.14.1","consumer":"0.22.1","platforms/macos":"0.15.1","platforms/windows":"0.20.1","platforms/winit":"0.20.5","platforms/unix":"0.10.2","bindings/c":"0.10.4","bindings/python":"0.3.5","platforms/atspi-common":"0.6.1"}
18 changes: 9 additions & 9 deletions Cargo.lock

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

7 changes: 7 additions & 0 deletions bindings/c/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@
* accesskit_macos bumped from 0.14.0 to 0.15.0
* accesskit_unix bumped from 0.10.0 to 0.10.1

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.14.0 to 0.14.1
* accesskit_windows bumped from 0.20.0 to 0.20.1
* accesskit_macos bumped from 0.15.0 to 0.15.1
* accesskit_unix bumped from 0.10.1 to 0.10.2

## [0.10.0](https://github.com/AccessKit/accesskit/compare/accesskit_c-v0.9.0...accesskit_c-v0.10.0) (2024-05-11)


Expand Down
10 changes: 5 additions & 5 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.10.3"
version = "0.10.4"
authors.workspace = true
license.workspace = true
publish = false
Expand All @@ -15,14 +15,14 @@ doc = false
cbindgen = []

[dependencies]
accesskit = { version = "0.14.0", path = "../../common" }
accesskit = { version = "0.14.1", path = "../../common" }
paste = "1.0"

[target.'cfg(target_os = "windows")'.dependencies]
accesskit_windows = { version = "0.20.0", path = "../../platforms/windows" }
accesskit_windows = { version = "0.20.1", path = "../../platforms/windows" }

[target.'cfg(target_os = "macos")'.dependencies]
accesskit_macos = { version = "0.15.0", path = "../../platforms/macos" }
accesskit_macos = { version = "0.15.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.10.1", path = "../../platforms/unix" }
accesskit_unix = { version = "0.10.2", path = "../../platforms/unix" }
7 changes: 7 additions & 0 deletions bindings/python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@
* accesskit_macos bumped from 0.14.0 to 0.15.0
* accesskit_unix bumped from 0.10.0 to 0.10.1

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.14.0 to 0.14.1
* accesskit_windows bumped from 0.20.0 to 0.20.1
* accesskit_macos bumped from 0.15.0 to 0.15.1
* accesskit_unix bumped from 0.10.1 to 0.10.2

## [0.3.1](https://github.com/AccessKit/accesskit/compare/accesskit_python-v0.3.0...accesskit_python-v0.3.1) (2024-05-11)


Expand Down
10 changes: 5 additions & 5 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_python"
version = "0.3.4"
version = "0.3.5"
authors.workspace = true
license.workspace = true
description = "Python bindings to the AccessKit library"
Expand All @@ -17,14 +17,14 @@ doc = false
extension-module = ["pyo3/extension-module"]

[dependencies]
accesskit = { version = "0.14.0", path = "../../common", features = ["pyo3"] }
accesskit = { version = "0.14.1", path = "../../common", features = ["pyo3"] }
pyo3 = { version = "0.20", features = ["abi3-py38", "multiple-pymethods"] }

[target.'cfg(target_os = "windows")'.dependencies]
accesskit_windows = { version = "0.20.0", path = "../../platforms/windows" }
accesskit_windows = { version = "0.20.1", path = "../../platforms/windows" }

[target.'cfg(target_os = "macos")'.dependencies]
accesskit_macos = { version = "0.15.0", path = "../../platforms/macos" }
accesskit_macos = { version = "0.15.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.10.1", path = "../../platforms/unix" }
accesskit_unix = { version = "0.10.2", path = "../../platforms/unix" }
7 changes: 7 additions & 0 deletions common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.14.1](https://github.com/AccessKit/accesskit/compare/accesskit-v0.14.0...accesskit-v0.14.1) (2024-06-06)


### Bug Fixes

* Add explicit cargo features for `enumn` and `pyo3` ([#425](https://github.com/AccessKit/accesskit/issues/425)) ([71ad45b](https://github.com/AccessKit/accesskit/commit/71ad45be1651409ee6918cf835b656e6b5e0fe2d))

## [0.14.0](https://github.com/AccessKit/accesskit/compare/accesskit-v0.13.0...accesskit-v0.14.0) (2024-04-30)


Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit"
version = "0.14.0"
version = "0.14.1"
authors.workspace = true
license.workspace = true
description = "UI accessibility infrastructure across platforms"
Expand Down
4 changes: 4 additions & 0 deletions consumer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
* dependencies
* accesskit bumped from 0.12.2 to 0.12.3

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.14.0 to 0.14.1

## [0.22.0](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.21.0...accesskit_consumer-v0.22.0) (2024-05-27)


Expand Down
4 changes: 2 additions & 2 deletions consumer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_consumer"
version = "0.22.0"
version = "0.22.1"
authors.workspace = true
license.workspace = true
description = "AccessKit consumer library (internal)"
Expand All @@ -12,5 +12,5 @@ edition.workspace = true
rust-version.workspace = true

[dependencies]
accesskit = { version = "0.14.0", path = "../common" }
accesskit = { version = "0.14.1", path = "../common" }
immutable-chunkmap = "2.0.5"
5 changes: 5 additions & 0 deletions platforms/atspi-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
* dependencies
* accesskit_consumer bumped from 0.19.0 to 0.19.1

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.14.0 to 0.14.1
* accesskit_consumer bumped from 0.22.0 to 0.22.1

## [0.6.0](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.5.0...accesskit_atspi_common-v0.6.0) (2024-05-27)


Expand Down
6 changes: 3 additions & 3 deletions platforms/atspi-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_atspi_common"
version = "0.6.0"
version = "0.6.1"
authors.workspace = true
license.workspace = true
description = "AccessKit UI accessibility infrastructure: core AT-SPI translation layer"
Expand All @@ -12,8 +12,8 @@ edition.workspace = true
rust-version.workspace = true

[dependencies]
accesskit = { version = "0.14.0", path = "../../common" }
accesskit_consumer = { version = "0.22.0", path = "../../consumer" }
accesskit = { version = "0.14.1", path = "../../common" }
accesskit_consumer = { version = "0.22.1", path = "../../consumer" }
atspi-common = { version = "0.3.0", default-features = false }
serde = "1.0"
thiserror = "1.0.39"
Expand Down
5 changes: 5 additions & 0 deletions platforms/macos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
* dependencies
* accesskit_consumer bumped from 0.19.0 to 0.19.1

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.14.0 to 0.14.1
* accesskit_consumer bumped from 0.22.0 to 0.22.1

## [0.15.0](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.14.0...accesskit_macos-v0.15.0) (2024-05-27)


Expand Down
6 changes: 3 additions & 3 deletions platforms/macos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_macos"
version = "0.15.0"
version = "0.15.1"
authors.workspace = true
license.workspace = true
description = "AccessKit UI accessibility infrastructure: macOS adapter"
Expand All @@ -15,8 +15,8 @@ rust-version.workspace = true
default-target = "x86_64-apple-darwin"

[dependencies]
accesskit = { version = "0.14.0", path = "../../common" }
accesskit_consumer = { version = "0.22.0", path = "../../consumer" }
accesskit = { version = "0.14.1", path = "../../common" }
accesskit_consumer = { version = "0.22.1", path = "../../consumer" }
once_cell = "1.13.0"
objc2 = "0.5.1"
objc2-foundation = { version = "0.2.0", features = [
Expand Down
5 changes: 5 additions & 0 deletions platforms/unix/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
* dependencies
* accesskit_atspi_common bumped from 0.5.0 to 0.6.0

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.14.0 to 0.14.1
* accesskit_atspi_common bumped from 0.6.0 to 0.6.1

## [0.10.0](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.9.2...accesskit_unix-v0.10.0) (2024-05-26)


Expand Down
6 changes: 3 additions & 3 deletions platforms/unix/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_unix"
version = "0.10.1"
version = "0.10.2"
authors.workspace = true
license.workspace = true
description = "AccessKit UI accessibility infrastructure: Linux adapter"
Expand All @@ -17,8 +17,8 @@ async-io = ["dep:async-channel", "dep:async-executor", "dep:async-task", "dep:fu
tokio = ["dep:tokio", "dep:tokio-stream", "atspi/tokio", "zbus/tokio"]

[dependencies]
accesskit = { version = "0.14.0", path = "../../common" }
accesskit_atspi_common = { version = "0.6.0", path = "../atspi-common" }
accesskit = { version = "0.14.1", path = "../../common" }
accesskit_atspi_common = { version = "0.6.1", path = "../atspi-common" }
atspi = { version = "0.19", default-features = false }
futures-lite = "1.13"
serde = "1.0"
Expand Down
5 changes: 5 additions & 0 deletions platforms/windows/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
* accesskit bumped from 0.12.2 to 0.12.3
* accesskit_consumer bumped from 0.17.0 to 0.17.1

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.14.0 to 0.14.1
* accesskit_consumer bumped from 0.22.0 to 0.22.1

## [0.20.0](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.19.0...accesskit_windows-v0.20.0) (2024-05-27)


Expand Down
6 changes: 3 additions & 3 deletions platforms/windows/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_windows"
version = "0.20.0"
version = "0.20.1"
authors.workspace = true
license.workspace = true
description = "AccessKit UI accessibility infrastructure: Windows adapter"
Expand All @@ -12,8 +12,8 @@ edition.workspace = true
rust-version.workspace = true

[dependencies]
accesskit = { version = "0.14.0", path = "../../common" }
accesskit_consumer = { version = "0.22.0", path = "../../consumer" }
accesskit = { version = "0.14.1", path = "../../common" }
accesskit_consumer = { version = "0.22.1", path = "../../consumer" }
paste = "1.0"
static_assertions = "1.1.0"

Expand Down
7 changes: 7 additions & 0 deletions platforms/winit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,13 @@
* accesskit_macos bumped from 0.14.0 to 0.15.0
* accesskit_unix bumped from 0.10.0 to 0.10.1

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.14.0 to 0.14.1
* accesskit_windows bumped from 0.20.0 to 0.20.1
* accesskit_macos bumped from 0.15.0 to 0.15.1
* accesskit_unix bumped from 0.10.1 to 0.10.2

## [0.20.0](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.19.0...accesskit_winit-v0.20.0) (2024-04-30)


Expand Down
10 changes: 5 additions & 5 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.20.4"
version = "0.20.5"
authors.workspace = true
license = "Apache-2.0"
description = "AccessKit UI accessibility infrastructure: winit adapter"
Expand All @@ -22,19 +22,19 @@ async-io = ["accesskit_unix/async-io"]
tokio = ["accesskit_unix/tokio"]

[dependencies]
accesskit = { version = "0.14.0", path = "../../common" }
accesskit = { version = "0.14.1", path = "../../common" }
winit = { version = "0.30", default-features = false }
rwh_05 = { package = "raw-window-handle", version = "0.5", features = ["std"], optional = true }
rwh_06 = { package = "raw-window-handle", version = "0.6", features = ["std"], optional = true }

[target.'cfg(target_os = "windows")'.dependencies]
accesskit_windows = { version = "0.20.0", path = "../windows" }
accesskit_windows = { version = "0.20.1", path = "../windows" }

[target.'cfg(target_os = "macos")'.dependencies]
accesskit_macos = { version = "0.15.0", path = "../macos" }
accesskit_macos = { version = "0.15.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.10.1", path = "../unix", optional = true, default-features = false }
accesskit_unix = { version = "0.10.2", path = "../unix", optional = true, default-features = false }

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

0 comments on commit 2b70007

Please sign in to comment.