Skip to content

Commit

Permalink
chore: release main (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcampbell authored Mar 30, 2023
1 parent 773389b commit 10db515
Show file tree
Hide file tree
Showing 14 changed files with 113 additions and 22 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.11.0","consumer":"0.14.2","platforms/macos":"0.6.3","platforms/windows":"0.13.3","platforms/winit":"0.12.5","platforms/unix":"0.3.3","bindings/c":"0.1.0"}
{"common":"0.11.0","consumer":"0.15.0","platforms/macos":"0.7.0","platforms/windows":"0.14.0","platforms/winit":"0.13.0","platforms/unix":"0.4.0","bindings/c":"0.1.1"}
12 changes: 6 additions & 6 deletions Cargo.lock

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

6 changes: 6 additions & 0 deletions bindings/c/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

* The following workspace dependencies were updated
* dependencies
* accesskit_windows bumped from 0.13.3 to 0.14.0
* accesskit_macos bumped from 0.6.3 to 0.7.0
* accesskit_unix bumped from 0.3.3 to 0.4.0

## 0.1.0 (2023-03-29)


Expand Down
8 changes: 4 additions & 4 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.1.0"
version = "0.1.1"
authors = ["Arnold Loubriat <datatriny@gmail.com>"]
license = "MIT/Apache-2.0"
publish = false
Expand All @@ -18,10 +18,10 @@ accesskit = { version = "0.11.0", path = "../../common" }
paste = "1.0"

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

[target.'cfg(target_os = "macos")'.dependencies]
accesskit_macos = { version = "0.6.3", path = "../../platforms/macos" }
accesskit_macos = { version = "0.7.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.3.3", path = "../../platforms/unix" }
accesskit_unix = { version = "0.4.0", path = "../../platforms/unix" }
11 changes: 11 additions & 0 deletions consumer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@
* dependencies
* accesskit bumped from 0.10.1 to 0.11.0

## [0.15.0](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.14.2...accesskit_consumer-v0.15.0) (2023-03-30)


### ⚠ BREAKING CHANGES

* Force a semver-breaking version bump in downstream crates ([#234](https://github.com/AccessKit/accesskit/issues/234))

### Bug Fixes

* Force a semver-breaking version bump in downstream crates ([#234](https://github.com/AccessKit/accesskit/issues/234)) ([773389b](https://github.com/AccessKit/accesskit/commit/773389bff857fa18edf15de426e029251fc34591))

## [0.14.0](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.13.0...accesskit_consumer-v0.14.0) (2023-02-12)


Expand Down
2 changes: 1 addition & 1 deletion consumer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_consumer"
version = "0.14.2"
version = "0.15.0"
authors = ["Matt Campbell <mattcampbell@pobox.com>"]
license = "MIT/Apache-2.0"
description = "AccessKit consumer library (internal)"
Expand Down
18 changes: 18 additions & 0 deletions platforms/macos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,24 @@
* accesskit bumped from 0.10.0 to 0.10.1
* accesskit_consumer bumped from 0.14.0 to 0.14.1

## [0.7.0](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.6.3...accesskit_macos-v0.7.0) (2023-03-30)


### ⚠ BREAKING CHANGES

* Force a semver-breaking version bump in downstream crates ([#234](https://github.com/AccessKit/accesskit/issues/234))

### Bug Fixes

* Force a semver-breaking version bump in downstream crates ([#234](https://github.com/AccessKit/accesskit/issues/234)) ([773389b](https://github.com/AccessKit/accesskit/commit/773389bff857fa18edf15de426e029251fc34591))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit_consumer bumped from 0.14.2 to 0.15.0

## [0.6.3](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.6.2...accesskit_macos-v0.6.3) (2023-03-29)


Expand Down
4 changes: 2 additions & 2 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.6.3"
version = "0.7.0"
authors = ["Matt Campbell <mattcampbell@pobox.com>"]
license = "MIT/Apache-2.0"
description = "AccessKit UI accessibility infrastructure: macOS adapter"
Expand All @@ -12,7 +12,7 @@ edition = "2021"

[dependencies]
accesskit = { version = "0.11.0", path = "../../common" }
accesskit_consumer = { version = "0.14.2", path = "../../consumer" }
accesskit_consumer = { version = "0.15.0", path = "../../consumer" }
objc2 = ">=0.3.0-beta.3, <0.3.0-beta.4" # Allow `0.3.0-beta.3.patch-leaks`
once_cell = "1.13.0"

18 changes: 18 additions & 0 deletions platforms/unix/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,24 @@
* accesskit bumped from 0.10.1 to 0.11.0
* accesskit_consumer bumped from 0.14.1 to 0.14.2

## [0.4.0](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.3.3...accesskit_unix-v0.4.0) (2023-03-30)


### ⚠ BREAKING CHANGES

* Force a semver-breaking version bump in downstream crates ([#234](https://github.com/AccessKit/accesskit/issues/234))

### Bug Fixes

* Force a semver-breaking version bump in downstream crates ([#234](https://github.com/AccessKit/accesskit/issues/234)) ([773389b](https://github.com/AccessKit/accesskit/commit/773389bff857fa18edf15de426e029251fc34591))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit_consumer bumped from 0.14.2 to 0.15.0

## [0.3.1](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.3.0...accesskit_unix-v0.3.1) (2023-02-20)


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.3.3"
version = "0.4.0"
authors = ["Arnold Loubriat <datatriny@gmail.com>"]
license = "MIT/Apache-2.0"
description = "AccessKit UI accessibility infrastructure: Linux adapter"
Expand All @@ -12,7 +12,7 @@ edition = "2021"

[dependencies]
accesskit = { version = "0.11.0", path = "../../common" }
accesskit_consumer = { version = "0.14.2", path = "../../consumer" }
accesskit_consumer = { version = "0.15.0", path = "../../consumer" }
async-channel = "1.8.0"
atspi = "0.10.1"
futures-lite = "1.12.0"
Expand Down
18 changes: 18 additions & 0 deletions platforms/windows/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,24 @@
* accesskit bumped from 0.10.1 to 0.11.0
* accesskit_consumer bumped from 0.14.1 to 0.14.2

## [0.14.0](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.13.3...accesskit_windows-v0.14.0) (2023-03-30)


### ⚠ BREAKING CHANGES

* Force a semver-breaking version bump in downstream crates ([#234](https://github.com/AccessKit/accesskit/issues/234))

### Bug Fixes

* Force a semver-breaking version bump in downstream crates ([#234](https://github.com/AccessKit/accesskit/issues/234)) ([773389b](https://github.com/AccessKit/accesskit/commit/773389bff857fa18edf15de426e029251fc34591))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit_consumer bumped from 0.14.2 to 0.15.0

## [0.13.2](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.13.1...accesskit_windows-v0.13.2) (2023-02-23)


Expand Down
4 changes: 2 additions & 2 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.13.3"
version = "0.14.0"
authors = ["Matt Campbell <mattcampbell@pobox.com>"]
license = "MIT/Apache-2.0"
description = "AccessKit UI accessibility infrastructure: Windows adapter"
Expand All @@ -12,7 +12,7 @@ edition = "2021"

[dependencies]
accesskit = { version = "0.11.0", path = "../../common" }
accesskit_consumer = { version = "0.14.2", path = "../../consumer" }
accesskit_consumer = { version = "0.15.0", path = "../../consumer" }
arrayvec = "0.7.1"
once_cell = "1.13.0"
paste = "1.0"
Expand Down
20 changes: 20 additions & 0 deletions platforms/winit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,26 @@
* accesskit_macos bumped from 0.6.2 to 0.6.3
* accesskit_unix bumped from 0.3.2 to 0.3.3

## [0.13.0](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.12.5...accesskit_winit-v0.13.0) (2023-03-30)


### ⚠ BREAKING CHANGES

* Force a semver-breaking version bump in downstream crates ([#234](https://github.com/AccessKit/accesskit/issues/234))

### Bug Fixes

* Force a semver-breaking version bump in downstream crates ([#234](https://github.com/AccessKit/accesskit/issues/234)) ([773389b](https://github.com/AccessKit/accesskit/commit/773389bff857fa18edf15de426e029251fc34591))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit_windows bumped from 0.13.3 to 0.14.0
* accesskit_macos bumped from 0.6.3 to 0.7.0
* accesskit_unix bumped from 0.3.3 to 0.4.0

## [0.12.0](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.11.0...accesskit_winit-v0.12.0) (2023-02-18)


Expand Down
8 changes: 4 additions & 4 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.12.5"
version = "0.13.0"
authors = ["Matt Campbell <mattcampbell@pobox.com>"]
license = "Apache-2.0"
description = "AccessKit UI accessibility infrastructure: winit adapter"
Expand All @@ -18,13 +18,13 @@ accesskit = { version = "0.11.0", path = "../../common" }
winit = { version = "0.28", default-features = false }

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

[target.'cfg(target_os = "macos")'.dependencies]
accesskit_macos = { version = "0.6.3", path = "../macos" }
accesskit_macos = { version = "0.7.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.3.3", path = "../unix", optional = true }
accesskit_unix = { version = "0.4.0", path = "../unix", optional = true }

[dev-dependencies]
winit = "0.28"
Expand Down

0 comments on commit 10db515

Please sign in to comment.