Skip to content

Commit

Permalink
Merge pull request #118 from feltech/work/OpenAssetIO/1311-bumpMediaC…
Browse files Browse the repository at this point in the history
…reation

[Build] Bump MediaCreation to 1.0.0-alpha.9
  • Loading branch information
feltech authored Jul 26, 2024
2 parents b807f6b + c349233 commit 3217d5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ v1.0.0-alpha.x
of new API features.
[#84](https://github.com/OpenAssetIO/OpenAssetIO-Manager-BAL/issues/84)

- Minimum OpenAssetIO-MediaCreation version increased to v1.0.0-alpha.9
for compatibility with the latest OpenAssetIO. See
[OpenAssetIO#1311](https://github.com/OpenAssetIO/OpenAssetIO/issues/1311).
[#90](https://github.com/OpenAssetIO/OpenAssetIO-Manager-BAL/issues/90)

### New features

- Added support for configuring the result of `hasCapability(...)`
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name = "openassetio-manager-bal"
version = "1.0.0a16"
requires-python = ">=3.7"
dependencies = ["openassetio>=1.0.0b2.rev2", "openassetio-mediacreation>=1.0.0a7"]
dependencies = ["openassetio>=1.0.0b2.rev2", "openassetio-mediacreation>=1.0.0a9"]

authors = [
{ name = "Contributors to the OpenAssetIO project", email = "[email protected]" }
Expand Down

0 comments on commit 3217d5d

Please sign in to comment.