Skip to content

Releases: mityax/rustimport

v1.2.4

09 Apr 14:33
c6e1e52
Compare
Choose a tag to compare
  • Fixed backwards-incompatible type hint

v1.2.3

08 Apr 12:39
a589f0b
Compare
Choose a tag to compare
  • Fixed bug in cli build command (thanks for reporting @davystrong)
  • Added colored cli output when supported
  • Adjusted to deprecation of importlib.abc.Loader.load_module() method in Python 3.10
  • Added and improved tests

v1.2.2

06 Apr 23:01
3b4936c
Compare
Choose a tag to compare
  • Fixed compatibility with some systems (sha1 usedforsecurity bug)
  • Fixed errors in build method from cli

Thanks @davystrong

v1.2.1

18 Jan 14:47
Compare
Choose a tag to compare

Caching behavior improvements

v.1.2.0

02 Jan 11:36
Compare
Choose a tag to compare

Added support for importing crates from a cargo workspace

v1.1.0

24 May 17:17
210b1aa
Compare
Choose a tag to compare
Version bump for no-config mac os support

v1.0.2

07 May 04:21
b1c577b
Compare
Choose a tag to compare

This release adds the feature of auto-exporting Rust enums annotated with #[pyclass] to the pyo3 template.

v1.0.1

27 Mar 11:02
Compare
Choose a tag to compare
Version bump

v1.0.0

27 Mar 04:15
a922490
Compare
Choose a tag to compare

This is the initial release.