Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

45 lines (29 loc) · 1.39 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.

1.0.4 - 9th of July 2024

Changed

  • 2024 maintenance (bumped Python versions, adjusted for updates to pydantic, mypy, pylint and GitHub actions)

1.0.3 - 8th of November 2022

Changed

  • Exclude tests from the packages

1.0.2 - 5th of November 2022

Changed

  • Fixed a bug in the way the storage models were versioned

1.0.1 - 3rd of November 2022

Added

  • Python 3.11 to the list of supported versions

Removed

  • Unnecessary NotImplementedErrors in abstract methods

1.0.0 - 1st of November 2022

Added

  • Rewrite for modern, type safe Python 3.

Removed

  • Pre-stable (i.e. versions before 1.0.0) changelog omitted.