Skip to content

Commit 82eb2d2

Browse files
committed
Version bump v0.21.0
1 parent 3a6bd1f commit 82eb2d2

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ aiosqlite
44
[![Generated by attribution][attribution-badge]][attribution-url]
55

66

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+
727
v0.20.0
828
-------
929

aiosqlite/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
Do not edit manually. Get more info at https://attribution.omnilib.dev
55
"""
66

7-
__version__ = "0.20.0"
7+
__version__ = "0.21.0"

0 commit comments

Comments
 (0)