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.
Current - 202x-xx-xx
1.2.1 - 2024-11-02
- CI: PyPI release workflow
- CI: auto-merge dependency pull-requests on successful tests
- docs: misspellings on the README
1.2.0 - 2024-09-18
- new constant:
DEFAULT_PORT
with value "/dev/ttyUSB0" - docs: example how to use the module as a module
- the default
Inverter.port
is set toconstants.DEFAULT_PORT
Inverter
arguments are all forced to be keyword-only except forport
- duplicate imports in
helpers.test_commands()
1.0.1 - 2024-09-17
- Python 3.13 support
- fixed the date padding in
helpers.expand_command()
(see issue #3) - moved from
black
,flake8
, andisort
toruff
- pinned all dependencies to prevent surprises
1.0.0 - 2023-12-29
- first working version
- initial commit on
2023-12-08