Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #358

Merged
merged 1 commit into from
Feb 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2","consumer":"0.17.0","platforms/macos":"0.11.0","platforms/windows":"0.16.1","platforms/winit":"0.18.2","platforms/unix":"0.7.2","bindings/c":"0.7.2","bindings/python":"0.1.3","platforms/atspi-common":"0.1.0"}
{"common":"0.12.2","consumer":"0.17.0","platforms/macos":"0.11.0","platforms/windows":"0.16.1","platforms/winit":"0.18.3","platforms/unix":"0.7.3","bindings/c":"0.7.3","bindings/python":"0.1.4","platforms/atspi-common":"0.1.1"}
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 @@ -38,6 +38,10 @@
* accesskit_windows bumped from 0.16.0 to 0.16.1
* accesskit_unix bumped from 0.7.1 to 0.7.2

* The following workspace dependencies were updated
* dependencies
* accesskit_unix bumped from 0.7.2 to 0.7.3

## [0.7.0](https://github.com/AccessKit/accesskit/compare/accesskit_c-v0.6.2...accesskit_c-v0.7.0) (2024-01-03)


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.2"
version = "0.7.3"
authors.workspace = true
license.workspace = true
publish = false
Expand All @@ -25,5 +25,5 @@ accesskit_windows = { version = "0.16.1", path = "../../platforms/windows" }
accesskit_macos = { version = "0.11.0", 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.2", path = "../../platforms/unix" }
accesskit_unix = { version = "0.7.3", 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 @@ -9,6 +9,10 @@
* accesskit_windows bumped from 0.16.0 to 0.16.1
* accesskit_unix bumped from 0.7.1 to 0.7.2

* The following workspace dependencies were updated
* dependencies
* accesskit_unix bumped from 0.7.2 to 0.7.3

## [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.3"
version = "0.1.4"
authors.workspace = true
license.workspace = true
description = "Python bindings to the AccessKit library"
Expand All @@ -27,5 +27,5 @@ accesskit_windows = { version = "0.16.1", path = "../../platforms/windows" }
accesskit_macos = { version = "0.11.0", 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.2", path = "../../platforms/unix" }
accesskit_unix = { version = "0.7.3", path = "../../platforms/unix" }

7 changes: 7 additions & 0 deletions platforms/atspi-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* Add missing README ([#357](https://github.com/AccessKit/accesskit/issues/357)) ([e8cf48e](https://github.com/AccessKit/accesskit/commit/e8cf48e21be0146768b2d14289164d192823fd1f))

## 0.1.0 (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.0"
version = "0.1.1"
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 @@ -29,6 +29,10 @@
* accesskit bumped from 0.12.0 to 0.12.1
* accesskit_consumer bumped from 0.16.0 to 0.16.1

* The following workspace dependencies were updated
* dependencies
* accesskit_atspi_common bumped from 0.1.0 to 0.1.1

## [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.2"
version = "0.7.3"
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.2", path = "../../common" }
accesskit_atspi_common = { version = "0.1.0", path = "../atspi-common" }
accesskit_atspi_common = { version = "0.1.1", 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 @@ -78,6 +78,10 @@
* accesskit_windows bumped from 0.16.0 to 0.16.1
* accesskit_unix bumped from 0.7.1 to 0.7.2

* The following workspace dependencies were updated
* dependencies
* accesskit_unix bumped from 0.7.2 to 0.7.3

## [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.2"
version = "0.18.3"
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.1", path = "../windows" }
accesskit_macos = { version = "0.11.0", 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.2", path = "../unix", optional = true, default-features = false }
accesskit_unix = { version = "0.7.3", path = "../unix", optional = true, default-features = false }

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