Skip to content

Commit

Permalink
chore: release main (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcampbell committed Mar 11, 2024
1 parent a43b497 commit c9037d8
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 15 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.3","consumer":"0.17.1","platforms/macos":"0.11.1","platforms/windows":"0.16.3","platforms/winit":"0.18.5","platforms/unix":"0.7.4","bindings/c":"0.7.5","bindings/python":"0.1.6","platforms/atspi-common":"0.1.2"}
{"common":"0.12.3","consumer":"0.17.1","platforms/macos":"0.11.1","platforms/windows":"0.16.3","platforms/winit":"0.18.6","platforms/unix":"0.7.5","bindings/c":"0.7.6","bindings/python":"0.1.7","platforms/atspi-common":"0.2.0"}
10 changes: 5 additions & 5 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 @@ -46,6 +46,10 @@
* dependencies
* accesskit_windows bumped from 0.16.1 to 0.16.2

* The following workspace dependencies were updated
* dependencies
* accesskit_unix bumped from 0.7.4 to 0.7.5

## [0.7.5](https://github.com/AccessKit/accesskit/compare/accesskit_c-v0.7.4...accesskit_c-v0.7.5) (2024-03-07)


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.7.5"
version = "0.7.6"
authors.workspace = true
license.workspace = true
publish = false
Expand All @@ -25,5 +25,5 @@ accesskit_windows = { version = "0.16.3", path = "../../platforms/windows" }
accesskit_macos = { version = "0.11.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.7.4", path = "../../platforms/unix" }
accesskit_unix = { version = "0.7.5", path = "../../platforms/unix" }

4 changes: 4 additions & 0 deletions bindings/python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
* accesskit_macos bumped from 0.11.0 to 0.11.1
* accesskit_unix bumped from 0.7.3 to 0.7.4

* The following workspace dependencies were updated
* dependencies
* accesskit_unix bumped from 0.7.4 to 0.7.5

## [0.1.1](https://github.com/AccessKit/accesskit/compare/accesskit_python-v0.1.0...accesskit_python-v0.1.1) (2024-01-06)


Expand Down
4 changes: 2 additions & 2 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.1.6"
version = "0.1.7"
authors.workspace = true
license.workspace = true
description = "Python bindings to the AccessKit library"
Expand All @@ -27,5 +27,5 @@ accesskit_windows = { version = "0.16.3", path = "../../platforms/windows" }
accesskit_macos = { version = "0.11.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.7.4", path = "../../platforms/unix" }
accesskit_unix = { version = "0.7.5", path = "../../platforms/unix" }

7 changes: 7 additions & 0 deletions platforms/atspi-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
* accesskit bumped from 0.12.2 to 0.12.3
* accesskit_consumer bumped from 0.17.0 to 0.17.1

## [0.2.0](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.1.2...accesskit_atspi_common-v0.2.0) (2024-03-11)


### Features

* Expose root node ID in `accesskit_atspi_common::Adapter` ([#370](https://github.com/AccessKit/accesskit/issues/370)) ([a43b497](https://github.com/AccessKit/accesskit/commit/a43b497afbbbcf90e9d15259635a329164d6a791))

## [0.1.1](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.1.0...accesskit_atspi_common-v0.1.1) (2024-02-24)


Expand Down
2 changes: 1 addition & 1 deletion 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.1.2"
version = "0.2.0"
authors.workspace = true
license.workspace = true
description = "AccessKit UI accessibility infrastructure: core AT-SPI translation layer"
Expand Down
4 changes: 4 additions & 0 deletions platforms/unix/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
* accesskit bumped from 0.12.2 to 0.12.3
* accesskit_atspi_common bumped from 0.1.1 to 0.1.2

* The following workspace dependencies were updated
* dependencies
* accesskit_atspi_common bumped from 0.1.2 to 0.2.0

## [0.7.2](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.7.1...accesskit_unix-v0.7.2) (2024-02-24)


Expand Down
4 changes: 2 additions & 2 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.7.4"
version = "0.7.5"
authors.workspace = true
license.workspace = true
description = "AccessKit UI accessibility infrastructure: Linux adapter"
Expand All @@ -18,7 +18,7 @@ tokio = ["dep:tokio", "dep:tokio-stream", "atspi/tokio", "zbus/tokio"]

[dependencies]
accesskit = { version = "0.12.3", path = "../../common" }
accesskit_atspi_common = { version = "0.1.2", path = "../atspi-common" }
accesskit_atspi_common = { version = "0.2.0", path = "../atspi-common" }
atspi = { version = "0.19", default-features = false }
futures-lite = "1.13"
once_cell = "1.17.1"
Expand Down
4 changes: 4 additions & 0 deletions platforms/winit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@
* accesskit_macos bumped from 0.11.0 to 0.11.1
* accesskit_unix bumped from 0.7.3 to 0.7.4

* The following workspace dependencies were updated
* dependencies
* accesskit_unix bumped from 0.7.4 to 0.7.5

## [0.18.1](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.18.0...accesskit_winit-v0.18.1) (2024-01-11)


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.18.5"
version = "0.18.6"
authors.workspace = true
license = "Apache-2.0"
description = "AccessKit UI accessibility infrastructure: winit adapter"
Expand Down Expand Up @@ -34,7 +34,7 @@ accesskit_windows = { version = "0.16.3", path = "../windows" }
accesskit_macos = { version = "0.11.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.7.4", path = "../unix", optional = true, default-features = false }
accesskit_unix = { version = "0.7.5", path = "../unix", optional = true, default-features = false }

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

0 comments on commit c9037d8

Please sign in to comment.