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.
- Update to PyO3 0.22
- Update to PyO3 0.21
- Update to PyO3 0.16
- Add textio support (thanks @ethanhs)
- Remove
Cargo.lock
(as this is a library)
Update to PyO3 0.14
Update to PyO3 0.8.2
Includes a minor breaking change to constructor behavior.
- Added another constructor
PyFileLikeObject::require
that validates the object has the required method,PyFileLikeObject::new
now cannot fail.
Initial release