Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 664 Bytes

CHANGELOG.md

File metadata and controls

23 lines (13 loc) · 664 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.1.1] - 2024-03-27

Changed

  • Dropped support for py3.7
  • Removed unnecessary dependency "typing_extensions;python_version<'3.8'"

Fixed

  • Reverted the use of the new Union type hint (|) unsupported in py3.8 to old Union[] syntax [issue#1;issue#2]

[0.1.0] - 2022-11-22

Initial release