We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13204e4 commit e9bf608Copy full SHA for e9bf608
CHANGELOG.rst
@@ -1,3 +1,9 @@
1
+0.8.1 2024-02-26
2
+----------------
3
+
4
+* Bugfix naming typo.
5
+* Bugfix background migrations should not run in a transaction.
6
7
0.8.0 2024-02-25
8
----------------
9
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "quart-db"
-version = "0.8.0"
+version = "0.8.1"
description = "Quart-DB is a Quart extension that provides managed connection(s) to database(s)."
authors = ["pgjones <[email protected]>"]
classifiers = [
0 commit comments