All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.0 - 2017-09-14
- Packaging binaries
- Published on pypi. You can now
pip install pyo3-pack
- A Dockerfile based on manylinux1
- Travis ci setup builds all types of wheels for linux and mac
--no-default-features --features auditwheel
creates a manylinux compliant binary for pyo3-pack
- Replaced elfkit with goblin
0.2.0 - 2018-09-03
- Cffi support
- A
develop
subcommand - A tox example
- Show a progress bar for cargo's compile progress
- Initial Release