Changelog¶
All notable changes to this project will be documented in this file. The format is based on Keep a Changelog. This project adheres to Semantic Versioning.
Unreleased¶
See upcoming changes in News directory
0.2.0 — 2025-04-04¶
Breaking 🔥
Redesigned API in the spirit of
base64.Redesigned CLI to follow changes in API.
Removed 💨
Eliminated optional dependency on
clickandrich-click, remove extra[cli]. Usingargparsefrom now on.
Added 🌿
Support for Python 2.7+
Fixed
Mypy typing and Ruff errors and formatting.
Misc
Applied makukha/copython project template.