Released Oct. 27, 2018
User-facing changes
- [BUGFIX] Pin wheel to 0.31.1 to avoid the API break in the 0.32.0 release
([106](https://github.com/pypa/auditwheel/pull/106))
- Temporary fix for "auditwheel does not work with wheel>=0.32.0" ([102](https://github.com/pypa/auditwheel/issues/102))
- [BUGFIX] Properly support non-extension wheels that contain binary dependencies ([110](https://github.com/pypa/auditwheel/pull/110))
- Fixes "Regression in tests from merging [95](https://github.com/pypa/auditwheel/pull/95)" ("show" after "repair" no longer identifies the platform correctly) ([#107](https://github.com/pypa/auditwheel/issues/107))
- Closes "Audit for binary files inside pure wheels" ([32](https://github.com/pypa/auditwheel/issues/32))
- Closes "Ensure that pure wheels are supported by 'repair'" ([47](https://github.com/pypa/auditwheel/issues/47))
- [FEATURE] Support more platforms and Python implementations
([98](https://github.com/pypa/auditwheel/pull/98))
Housekeeping
- Add PyPI badge to the README
([97](https://github.com/pypa/auditwheel/pull/97))
- Fix CD, hopefully ([99](https://github.com/pypa/auditwheel/pull/99))
- Ensure Travis fails when the tests fail
([106](https://github.com/pypa/auditwheel/pull/106))
- Remove the dot from `py.test` -> `pytest`
([112](https://github.com/pypa/auditwheel/pull/112))