Releases: Klebert-Engineering/python-cmake-wheel
Releases · Klebert-Engineering/python-cmake-wheel
v1.2.0
v1.1.0
What's Changed
- ManyLinux images expose python bin dir to env.
- Improve macos support by removing the necessity for an external wheel-fixup script - everything is covered by CMake
- Intro ci job and auto tests
Full Changelog: v1.0.1...v1.1.0
v1.0.1
Small patch release to close #14
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Remove exit 0 from test-wheel.bash and enable set -e by @josephbirkner in #9
- Exit with error from test-wheel.bash if a background task failed. by @l-laura in #8
- Added support for adding additional python project inside the wheel by @neel in #12
- Use CMake's internal RPATH setting by @Stat1cV01D in #13
- Add support for Python 3.13 by @MisterGC in #15
- docker: Support arm64 manylinux image and wheel creation. by @MisterGC in #16
New Contributors
- @l-laura made their first contribution in #8
- @neel made their first contribution in #10
- @Stat1cV01D made their first contribution in #13
- @MisterGC made their first contribution in #15
Full Changelog: v0.9.0...v1.0.0