Skip to content

Files

Latest commit

Feb 22, 2025
57b5ac1 · Feb 22, 2025

History

History
53 lines (31 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

53 lines (31 loc) · 1.03 KB

0.3.0 — 2025-02-22

Changed

  • Drop support for Python 3.8.

Infrastructure

  • Consolidate CI jobs to one per OS.

0.2.0 — 2024-12-09

This release changes the recommended usage and resolves issues with zip imports.

Added

  • Tests exercise and demonstrate the usage of acres on zipped modules.

Changed

  • Update recommended usage from Loader(__package__) to Loader(__spec__.name).

Fixed

  • Resolve cache misses when caching the same file from different loaders.

0.1.1 — 2024-12-09

Bug-fix release in 0.1.x series.

Changed

  • Improved README to focus on usage patterns.
  • Transitioned from flit to PDM for build backend.

Fixed

  • Type annotations were expanded and verified against mypy and pyright across a range of Python versions.

0.1.0 — 2024-07-16

Initial release of acres.