Skip to content

Commit e9bf608

Browse files
committed
Bump and release 0.8.1
1 parent 13204e4 commit e9bf608

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
0.8.0 2024-02-25
28
----------------
39

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.8.0"
3+
version = "0.8.1"
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)