Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

38 lines (28 loc) · 1.19 KB

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.

Unreleased - ReleaseDate

0.6.5 - 2021-01-05

Added

  • add optional support for converting into pyo3 exceptions

0.6.4 - 2021-01-04

Fixed

  • added missing track_caller annotations to wrap_err related 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