OpenAssetIO / OpenAssetIO-TraitGen

A code generation tool that produces OpenAssetIO Traits and Specifications from a simple YAML description.
Apache License 2.0
5 stars 3 forks source link

Release v1.0.0-alpha.9 #74

Closed feltech closed 3 months ago

feltech commented 4 months ago

Release the latest changes, and update downstream dependents (esp. MediaCreation).

### Tasks
- [x] Release TraitGen
- [x] Release MediaCreation
- [x] Update integrations.yml
- [ ] Update BAL
- [x] Check unpinned downstream projects (e.g. usdOpenAssetIOResolver)
elliotcmorris commented 3 months ago

Integrations.yml is tested via test-cmake, wihch pulls in the latest version of mediacreation as a submodule against main, so that's fine.

As for BAL ... I think updating that might be bad practice. This is purely a host side update, so bumping a greater than dependency seems to needlessly introduce incompatibility, it's better to remain supporting >= alpha 7 imo, under the principle of maximum compatibiliy

For that reason, closing this, feel free to reopen if you disagree.