Skip to content

Commit

Permalink
[Build] Bump MediaCreation to 1.0.0-alpha.9
Browse files Browse the repository at this point in the history
Part of OpenAssetIO/OpenAssetIO#1311. Deprecated aliases have been
removed from the latest OpenAssetIO, but the version of MediaCreation
that was pinned in `pyproject.toml` still used them.

So bump the version of MediaCreation to the latest.

Signed-off-by: David Feltell <[email protected]>
  • Loading branch information
feltech committed Jul 23, 2024
1 parent cc3b921 commit 8fb0715
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Release Notes
v1.0.0-alpha.x
---------------

### Breaking changes

- 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 All @@ -24,7 +31,6 @@ v1.0.0-alpha.16
they are no longer percent decoded before being passed on to the host.
[#109](https://github.com/OpenAssetIO/OpenAssetIO-Manager-BAL/issues/109)


v1.0.0-alpha.15
---------------

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.rev0", "openassetio-mediacreation>=1.0.0a7"]
dependencies = ["openassetio>=1.0.0b2.rev0", "openassetio-mediacreation>=1.0.0a9"]

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

0 comments on commit 8fb0715

Please sign in to comment.