Skip to content

V1.5.1

Latest
Compare
Choose a tag to compare
@Mantouisyummy Mantouisyummy released this 16 Jul 09:00
· 5 commits to main since this release

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.

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.

Additions

  • .gitignore
    • Added a .gitignore file to the project to exclude unnecessary files and directories from version control, keeping the repository clean.