File tree Expand file tree Collapse file tree 11 files changed +31
-10
lines changed Expand file tree Collapse file tree 11 files changed +31
-10
lines changed Original file line number Diff line number Diff 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+
727v0.20.0
828-------
929
Original file line number Diff line number Diff line change 1- # Copyright 2022 Amethyst Reese
1+ # Copyright Amethyst Reese
22# Licensed under the MIT license
33
44"""asyncio bridge to the standard sqlite3 module"""
Original file line number Diff line number Diff line change 44Do not edit manually. Get more info at https://attribution.omnilib.dev
55"""
66
7- __version__ = "0.20 .0"
7+ __version__ = "0.21 .0"
Original file line number Diff line number Diff line change 1- # Copyright 2018
1+ # Copyright Amethyst Reese
22# Licensed under the MIT license
33
44
Original file line number Diff line number Diff line change 1- # Copyright 2022 Amethyst Reese
1+ # Copyright Amethyst Reese
22# Licensed under the MIT license
33
44"""
Original file line number Diff line number Diff line change 1- # Copyright 2022 Amethyst Reese
1+ # Copyright Amethyst Reese
22# Licensed under the MIT license
33
44import sqlite3
Original file line number Diff line number Diff line change 1- # Copyright 2022 Amethyst Reese
1+ # Copyright Amethyst Reese
22# Licensed under the MIT license
33
44from .smoke import SmokeTest
Original file line number Diff line number Diff line change 1- # Copyright 2022 Amethyst Reese
1+ # Copyright Amethyst Reese
22# Licensed under the MIT license
33
44import unittest
Original file line number Diff line number Diff line change 1- # Copyright 2022 Amethyst Reese
1+ # Copyright Amethyst Reese
22# Licensed under the MIT license
33
44import logging
Original file line number Diff line number Diff line change 1- # Copyright 2022 Amethyst Reese
1+ # Copyright Amethyst Reese
22# Licensed under the MIT license
33
44"""
You can’t perform that action at this time.
0 commit comments