Skip to content

v0.12.0

Choose a tag to compare

@swernli swernli released this 30 Oct 16:28
· 31 commits to main since this release
21907cc

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