Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jul 08:29
· 4 commits to main since this release
v0.9.0
4420323

Summary

We're pleased to announce reclass-rs v0.9.0. Apart from some dependency updates, this release provides a new Python method buildinfo() that allows users of the Python module to query the Rust compiler version used to build the library in an architecture-independent fashion.

Changes

4 changes since v0.8.0

🚀 Features

  • Add buildinfo() Python method (#172)

🔗 Dependency Updates

  • Update Rust crate criterion to 0.6.0 (#167)
  • Update Rust crate pyo3 to v0.25.1 (#169)
  • Update Rust crate fancy-regex to 0.15.0 (#170)