Skip to content

v0.4.2

Choose a tag to compare

@edwinkys edwinkys released this 09 Apr 10:48
· 395 commits to main since this release

What's Changed

Due to an issue (#62) with the Python release of v0.4.1, this patch version is released to fix the build wheels for Python users. The issue is caused due to the new optional PyO3 feature for the v0.4.1 Rust crate release which exclude PyO3 dependencies from the build process. To solve this, the Python package build and deploy script now includes --features py argument.

For Rust users, this version doesn't offer any additional features or functionality compared to v0.4.1 release.

Full Changelog

v0.4.1...v0.4.2