Releases: IamLunchbox/powerdns-cli
Releases · IamLunchbox/powerdns-cli
1.1.0
1.0.1
minor release 1.0.1
1.0.0
Release stable version 1.0.0
0.0.21
This release includes major changes to the logging of the application.
Beforehand, logging was mostly nonexistant and the only output was done by passing json directly to the cli.
This refactor includes a logging object, which captures all logging content and also handles emitting the logs.
Optionally, all data can be obtained by passing -j to the cli in json format, otherwise json will only be passed by list and export commands.
Lastly, flag parsing is done at the action level now, not anymore at the lowest level.
0.0.20
Fix mutual exclusive options in gh cli.
0.0.19
Feature: Add a launcher to view the corresponding api spec of the action
0.0.18
Add checkout to build process
Release 0.0.17
Release 0.0.17
0.0.15
Major refactor of the cli arguments. A hierarchical structure is now used instead of single keywords.
Release 0.0.14
Merge pull request #2 from IamLunchbox/renovate/python-3.x Update dependency python to v3.13.2