v0.12.0
Breaking Change: QIR 2.0 with opaque pointer support
This version of PyQIR is the first version to use newer LLVM that supports opaque pointers, and as a result generates QIR 2.0 as output by default. See the Upgrade Guide for more details.
What's Changed
- Update LLVM version for opaque pointer support by @swernli in #337
- Fix condition affecting cached build by @swernli in #339
Full Changelog: v0.11.0...v0.12.0