Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 764 Bytes

CHANGELOG.md

File metadata and controls

31 lines (19 loc) · 764 Bytes

Changelog

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.5.0] - 2022-04-16

  • Update to PyO3 0.16
  • Add textio support (thanks @ethanhs)
  • Remove Cargo.lock (as this is a library)

[0.4.0] - 2021-07-09

Update to PyO3 0.14

[0.3.0] - 2019-10-30

Update to PyO3 0.8.2

[0.2.0] - 2019-05-20

Includes a minor breaking change to constructor behavior.

Changed

  • Added another constructor PyFileLikeObject::require that validates the object has the required method, PyFileLikeObject::new now cannot fail.

[0.1.0] - 2019-05-20

Initial release