Changelog
January 5, 2021 ยท View on GitHub
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.
Unreleased - ReleaseDate
0.6.5 - 2021-01-05
Added
- add optional support for converting into
pyo3exceptions
0.6.4 - 2021-01-04
Fixed
- added missing track_caller annotations to
wrap_errrelated trait methods
0.6.3 - 2020-11-10
Fixed
- added missing track_caller annotation to autoref specialization functions
0.6.2 - 2020-10-27
Fixed
- added missing track_caller annotation to new_adhoc function
0.6.1 - 2020-09-28
Added
- support track_caller on rust versions where it is available