We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6bd1f commit 82eb2d2Copy full SHA for 82eb2d2
CHANGELOG.md
@@ -4,6 +4,26 @@ aiosqlite
4
[![Generated by attribution][attribution-badge]][attribution-url]
5
6
7
+v0.21.0
8
+-------
9
+
10
+Maintenance release
11
12
+- Fix: close connection correctly when BaseException raised in connection (#317)
13
+- Metadata improvements
14
+- Tested and supported on Python 3.13
15
+- Drop support for Python 3.8
16
+- Drop testing on PyPy
17
18
+```text
19
+$ git shortlog -s v0.20.0...v0.21.0
20
+ 6 Amethyst Reese
21
+ 1 Gabriel
22
+ 1 Stanley Kudrow
23
+ 11 dependabot[bot]
24
+```
25
26
27
v0.20.0
28
-------
29
aiosqlite/__version__.py
@@ -4,4 +4,4 @@
Do not edit manually. Get more info at https://attribution.omnilib.dev
"""
-__version__ = "0.20.0"
+__version__ = "0.21.0"
0 commit comments