Skip to content

v0.13.1

Compare
Choose a tag to compare
@SpaceShaman SpaceShaman released this 12 Sep 14:42
· 21 commits to master since this release

This version focuses on improving the codebase's maintainability by refactoring database operations to use context managers.

Refactoring

  • Database Operations:
    • Updated models.py, sql_utils.py, and table_manager.py to use context managers for more efficient cursor management.
    • Improved code clarity and reduced the risk of resource leaks.

Full Changelog: v0.13.0...v0.13.1