Skip to content

Commit

Permalink
[Rel] Bump version; changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
klieret committed May 7, 2021
1 parent 723c118 commit b25cdee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 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](https://github.com/klieret/AnkiPandas/issues/75)

## 0.3.9 -- 2020-12-17

### Deprecated
Expand Down
2 changes: 1 addition & 1 deletion ankipandas/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.9
0.3.10

0 comments on commit b25cdee

Please sign in to comment.