Skip to content

Commit

Permalink
Bump and release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjones committed Feb 25, 2024
1 parent 60ac23e commit 2b9031c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
----------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
classifiers = [
Expand Down

0 comments on commit 2b9031c

Please sign in to comment.