Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 899 Bytes

CHANGELOG.md

File metadata and controls

34 lines (25 loc) · 899 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.

1.0.1 - 2021-10-23

Fixed

  • Fixed decorating classes
  • Fixed arguments ordering in logs

1.0.0 - 2021-10-19

Added

  • ApiVer v1
  • Support for Python >3.6 up to 3.10
  • Nox task manager
  • GitHub Actions CI
  • GitHub Actions CD

Fixed

  • Handling staticmethod and classmethod
  • Support for decorating class
  • Logging traced object names

Deprecated

  • Python <3.5 support