Skip to content

Commit 2b9031c

Browse files
committed
Bump and release 0.8.0
1 parent 60ac23e commit 2b9031c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.8.0 2024-02-25
2+
----------------
3+
4+
* Make the valid_migration function optional, if not present the
5+
migration is assumed to be valid.
6+
* Support background migrations. Note the first deployment should be
7+
monitored as this requires a change to Quart-DB's state table.
8+
* Bugfix ensure None is returned if there is no result for
9+
``fetch_val`` and ``fetch_one``.
10+
111
0.7.1 2023-10-30
212
----------------
313

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "quart-db"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
description = "Quart-DB is a Quart extension that provides managed connection(s) to database(s)."
55
authors = ["pgjones <[email protected]>"]
66
classifiers = [

0 commit comments

Comments
 (0)