Full Changelog: 1.5.0...1.5.1
Release Notes
Version 1.5.1
New Features
- PyPI Badge
- Added a PyPI badge to the
README.md
file to display the package's status on PyPI.
- Added a PyPI badge to the
Refactoring
-
Type Annotations & BASE_URL
- Adjusted type annotations across the codebase for better type checking and readability.
- Changed
BASE_URL
to a class variable, improving the structure and reusability of the code.
-
Logger Level
- Changed the logger level to
DEBUG
to provide more detailed logging information during development and debugging.
- Changed the logger level to
Additions
- .gitignore
- Added a
.gitignore
file to the project to exclude unnecessary files and directories from version control, keeping the repository clean.
- Added a