Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 582 Bytes

File metadata and controls

19 lines (14 loc) · 582 Bytes

Changelog

Unreleased

  • Improved documentation, README (added copy license; fixed badges)

0.1.3 - 2025-10-20

  • Updated changelog format
  • Bug fixes and improvements

0.1.2 - 2025-10-19

  • Clarified documentation
  • Add GH action for auto-release

0.1.1 - 2025-10-18

  • Minor improvements of examples, documentation, settings. First deployment to PyPi.

0.1.0 - 2025-10-17

  • Initial release: simple Calculator API (Operation, Registry, utils) with good practices for coding project such as testing, documentation, type checking, CI/CD for tests and documentation…