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

[Build] Bump OpenAssetIO to 1.0.0-beta.2.2 #119

Merged
merged 1 commit into from
Jul 26, 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
7 changes: 6 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Release Notes
v1.0.0-alpha.x
---------------

### Breaking changes

- Minimum OpenAssetIO version increased to v1.0.0-beta.2.2 to make use
of new API features.
[#84](https://github.com/OpenAssetIO/OpenAssetIO-Manager-BAL/issues/84)

### New features

- Added support for configuring the result of `hasCapability(...)`
Expand All @@ -24,7 +30,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.rev2", "openassetio-mediacreation>=1.0.0a7"]

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