File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
+ v1.0.0-alpha.9
5
+ ---------------
6
+
7
+ ### Improvements
8
+
9
+ - Update ` openassetio-traitgen ` to ` v1.0.0a9 ` , which changes exceptions
10
+ in generated types to instead be handled via ` std::optional ` .
11
+ [ #74 ] ( https://github.com/OpenAssetIO/OpenAssetIO-TraitGen/issues/74 )
12
+
4
13
v1.0.0-alpha.8
5
14
---------------
6
15
Original file line number Diff line number Diff line change 4
4
[build-system ]
5
5
requires = [
6
6
" setuptools>=65.5.0" ,
7
- " openassetio-traitgen==1.0.0a7 "
7
+ " openassetio-traitgen==1.0.0a9 "
8
8
]
9
9
build-backend = " setuptools.build_meta"
10
10
11
11
[project ]
12
12
name = " openassetio-mediacreation"
13
- version = " 1.0.0a8 "
13
+ version = " 1.0.0a9 "
14
14
requires-python = " >=3.7"
15
15
dependencies = [" openassetio>=1.0.0b2" ]
16
16
You can’t perform that action at this time.
0 commit comments