v0.8.0
This release breaks backwards compatibility with OpenVINO libraries prior to 2024.2; this bindings will only work with version 2024.2 and above. The reason for this is a breaking change in the upstream C bindings that allowed the creation of tensors of incorrect types (see #143). #149 includes a load-time check to fail if a "too old" library is used.
What's Changed
- chore: update dependencies by @abrown in #146
 - Update bindings to v2024.4.0 by @abrown in #144
 - Fine-tune version check for ignored tests by @abrown in #148
 - Check version; fail if pre-2024.2 by @abrown in #149
 - Release v0.8.0 by @abrown in #151
 
Full Changelog: v0.7.3...v0.8.0