Skip to content

Latest commit

 

History

History
64 lines (36 loc) · 1.13 KB

File metadata and controls

64 lines (36 loc) · 1.13 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]

Added

  • Add compatibility with python 3.13.

Changed

  • Using uv as the project manager

Deprecated

Removed

  • Drop compatibility with python 3.7 and 3.8. Supported versions are now 3.9, 3.10, 3.11, 3.12.

Fixed

Security

[0.3.1] - 2023-02-27

Fixed

  • Fix methodic_cache.cached_method not working with classes that inherit from slotted classes (but that are not slotted themselves) #5

[0.3.0] - 2023-02-23

Changed

  • methodic_cache.default_cache_factory is now methodic_cache.simple_cache_factory

[0.2.1] - 2023-02-21

Fixed

  • Update pyproject.toml with the correct URL for the repository and homepage.

[0.2.0] - 2023-02-21

Initial public release