Skip to content

Releases: tiran/pycxxfilt

v1.1.0

Choose a tag to compare

@tiran tiran released this 21 Sep 09:32

What's Changed

  • Require vcs-versioning>=2.3.2 and drop setuptools-scm by @tiran in #19
  • Resolve build interpreter via find_program('python3', 'python') by @tiran in #20
  • Add MSVC and Rust symbol demangling by @tiran in #25

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@tiran tiran released this 01 Sep 12:28

What's Changed

  • Derive version from git tags with vcs-versioning by @tiran in #16
  • Expose vendored LLVM version as pycxxfilt.LLVM_VERSION by @tiran in #17
  • Prepare project for 1.0 release by @tiran in #18

Full Changelog: v0.2.0...v1.0.0

v0.2.0

Choose a tag to compare

@tiran tiran released this 31 Aug 16:29

What's Changed

  • Skip musllinux wheels for ppc64le and s390x by @tiran in #2
  • Apply zizmore feedback to GHA by @tiran in #11
  • Update vendored LLVM demangler to llvmorg-23.1.0 by @tiran in #12
  • Build free-threaded wheels and prepare for PEP 803 abi3t by @tiran in #13

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@tiran tiran released this 19 Apr 09:29
9e16135

Initial release