diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 324d2e7..1268ad4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,13 @@ +0.8.0 2024-02-25 +---------------- + +* Make the valid_migration function optional, if not present the + migration is assumed to be valid. +* Support background migrations. Note the first deployment should be + monitored as this requires a change to Quart-DB's state table. +* Bugfix ensure None is returned if there is no result for + ``fetch_val`` and ``fetch_one``. + 0.7.1 2023-10-30 ---------------- diff --git a/pyproject.toml b/pyproject.toml index a99d343..e0b158a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "quart-db" -version = "0.7.1" +version = "0.8.0" description = "Quart-DB is a Quart extension that provides managed connection(s) to database(s)." authors = ["pgjones "] classifiers = [