The documentation for this release is at https://gregoryszorc.com/docs/pyoxidizer/0.24.0/.
Backwards Compatibility Notes
- The minimum Rust version has been changed from 1.61 to 1.65.0.
Bug Fixes
- Fixed a bad regression in 0.23.0 that was causing Python symbols to not get exported from built binaries, which was causing extension modules to not load successfully. (Extension m...