Skip to content

Releases: PyO3/setuptools-rust

v0.10.3

06 Sep 15:56
Compare
Choose a tag to compare

Changes

  • path in RustExtension now defaults to Cargo.toml

setuptools-rust 0.10.2

09 Aug 18:59
Compare
Choose a tag to compare

Changes

  • Add rustc_flags and verbose as options
  • Adopted black code style
  • Moved changelog to markdown

setuptools-rust 0.10.1

07 Jun 09:12
Compare
Choose a tag to compare

Changes

  • Fix project description rendering on pypi

setuptools-rust 0.10.0

05 Jun 09:47
26a55fa
Compare
Choose a tag to compare

Changes

  • This release significantly improves performance

setuptools-rust 0.9.2

06 Jun 16:40
Compare
Choose a tag to compare

Changes

  • Fix build_rust crashing on Cargo.toml manifests without a name key in the [lib] section
  • Fix single quotes not being handled when parsing Cargo.toml

setuptools-rust 0.9.1

22 Mar 20:39
Compare
Choose a tag to compare

Changes

  • Remove unicode_literals future as it does not exists in Python

setuptools-rust 0.8.4

27 Feb 20:37
Compare
Choose a tag to compare

Changes

  • Improve compatibility of build_rust with build_ext #28

setuptools-rust 0.8.3

05 Dec 17:59
Compare
Choose a tag to compare

CHANGES

  • Ignore strip option when platform is win32 #26

setuptools-rust 0.8.2

08 Sep 20:47
Compare
Choose a tag to compare

Changes

  • Fix script generation for bdist_wheel

setuptools-rust 0.8.1

08 Sep 19:47
Compare
Choose a tag to compare

Changes

  • Added native parameter

  • Fix script generation for executables