v0.13.1
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
, andtable_manager.py
to use context managers for more efficient cursor management. - Improved code clarity and reduced the risk of resource leaks.
- Updated
Full Changelog: v0.13.0...v0.13.1