Skip to content

Commit b807f6b

Browse files
authored
Merge pull request #119 from feltech/work/84-bumpOpenAssetIOVersion
[Build] Bump OpenAssetIO to 1.0.0-beta.2.2
2 parents cc3b921 + 4647d01 commit b807f6b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Release Notes
44
v1.0.0-alpha.x
55
---------------
66

7+
### Breaking changes
8+
9+
- Minimum OpenAssetIO version increased to v1.0.0-beta.2.2 to make use
10+
of new API features.
11+
[#84](https://github.com/OpenAssetIO/OpenAssetIO-Manager-BAL/issues/84)
12+
713
### New features
814

915
- Added support for configuring the result of `hasCapability(...)`
@@ -24,7 +30,6 @@ v1.0.0-alpha.16
2430
they are no longer percent decoded before being passed on to the host.
2531
[#109](https://github.com/OpenAssetIO/OpenAssetIO-Manager-BAL/issues/109)
2632

27-
2833
v1.0.0-alpha.15
2934
---------------
3035

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name = "openassetio-manager-bal"
66
version = "1.0.0a16"
77
requires-python = ">=3.7"
8-
dependencies = ["openassetio>=1.0.0b2.rev0", "openassetio-mediacreation>=1.0.0a7"]
8+
dependencies = ["openassetio>=1.0.0b2.rev2", "openassetio-mediacreation>=1.0.0a7"]
99

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

0 commit comments

Comments
 (0)