Skip to content

Latest commit

 

History

History
64 lines (33 loc) · 939 Bytes

CHANGELOG.md

File metadata and controls

64 lines (33 loc) · 939 Bytes

Version history

We follow Semantic Versioning since the 0.1.0 release.

Version 1.4.0

Features

  • Explicitly support python3.11 and python3.12
  • Drops python3.7 and python3.8

Version 1.3.0

Features

  • Drops python3.6 support

Version 1.2.0

Features

  • Adds python3.10 support
  • Adds support for jinja2>=2.10,<4.0

Misc

  • Adds mypy support and dev-only type annotations
  • Updates all dev deps
  • Adds coverage support back

Version 1.1.0

Features

  • Adds python3.8 support

Version 1.0.0

Features

  • Breaking: dropped python2 support, now we support python3.6+

Version 0.2.0

Features

  • Adds optional param short which returns shorter commit hash

Misc

  • Adds poetry as the main project tool
  • Removed setup.py
  • README.rst converted to README.md
  • Python 3.7 is now supported

Version 0.1.0

  • Initial release