Skip to content

Commit 39fb761

Browse files
author
IamLunchbox
committed
Release 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.
1 parent d5869cb commit 39fb761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "GPL-3.0-or-later"
1313
classifiers = [
1414
"Programming Language :: Python :: 3",
1515
]
16-
version = "0.0.20"
16+
version = "0.0.21"
1717
dependencies = [
1818
"requests==2.32.5",
1919
"click==8.3.0"

0 commit comments

Comments
 (0)