0.8.0
This release:
- Fixes assorted issues with wrapping nested classes, specifically those which were forward declared and then defined out of line
- Fixes issues when types have a recursive dependency during init (eg. nested class deriving from parent class)
- When a base class is unpublished, now looks recursively for published base classes to inherit from rather than omitting the inheritance entirely
- Database now records type hierarchy for unpublished classes
- Adds some more robustness for exceptions during init
- Fixes a CMake compatibility warning.
- Fixes a harmless out of bounds read in pdtoa.
Note that arm64 Linux wheels are now provided.