- **[BUGFIX]** Fixed publish with the lowest supported python version
0.3.0
- **[FEATURE]** Added Python 3.10 support - **[FEATURE]** Added Python 3.12 support - **[DOC]** Added Release Notes - **[DOC]** Updated README - **[FEATURE]** Fixed __init__.py so the module can now be used as `from uglylogger import Logger` instead of `from uglylogger.logger import Logger`
0.2.0
This release has console_oneline method to enable users to log progressbar like output to the users
0.1.1
This release adds output parameter to log() method