File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,28 @@ aiosqlite
4
4
[ ![ Generated by attribution] [ attribution-badge ]] [ attribution-url ]
5
5
6
6
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
+
7
29
v0.19.0
8
30
-------
9
31
Original file line number Diff line number Diff line change 4
4
Do not edit manually. Get more info at https://attribution.omnilib.dev
5
5
"""
6
6
7
- __version__ = "0.19 .0"
7
+ __version__ = "0.20 .0"
You can’t perform that action at this time.
0 commit comments