Skip to content

Commit 2cbc6c9

Browse files
committed
Version bump v0.20.0
1 parent daf0045 commit 2cbc6c9

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ aiosqlite
44
[![Generated by attribution][attribution-badge]][attribution-url]
55

66

7+
v0.20.0
8+
-------
9+
10+
Feature release
11+
12+
- Connection `.close()` method is now idempotent (#238)
13+
- Performance improvements in connection thread and event loop (#213, #271)
14+
- Updated contributor guide (#255)
15+
- Tested on Python 3.12
16+
- Dropped support for Python 3.7 (#230)
17+
18+
```text
19+
$ git shortlog -s v0.19.0...v0.20.0
20+
6 Amethyst Reese
21+
4 J. Nick Koston
22+
1 Waket Zheng
23+
18 dependabot[bot]
24+
1 mike bayer
25+
1 vdergachyov
26+
```
27+
28+
729
v0.19.0
830
-------
931

aiosqlite/__version__.py

Lines changed: 1 addition & 1 deletion
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.19.0"
7+
__version__ = "0.20.0"

0 commit comments

Comments
 (0)