v0.3.10
0.3.10 -- 2021-05-07
Fixed
- The SQLite connection to the database is now always closed right away by the Collection.
This solves issues where the connection was kept open even though all collection and
AnkiDataFrame objects were deleted (there is additional garbage collection trouble).
Read more in issue 75