Skip to content

Commit

Permalink
Merge pull request #119 from feltech/work/84-bumpOpenAssetIOVersion
Browse files Browse the repository at this point in the history
[Build] Bump OpenAssetIO to 1.0.0-beta.2.2
  • Loading branch information
feltech authored Jul 26, 2024
2 parents cc3b921 + 4647d01 commit b807f6b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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

0 comments on commit b807f6b

Please sign in to comment.