Skip to content

Commit

Permalink
Version bump v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Feb 20, 2024
1 parent daf0045 commit 2cbc6c9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ aiosqlite
[![Generated by attribution][attribution-badge]][attribution-url]


v0.20.0
-------

Feature release

- Connection `.close()` method is now idempotent (#238)
- Performance improvements in connection thread and event loop (#213, #271)
- Updated contributor guide (#255)
- Tested on Python 3.12
- Dropped support for Python 3.7 (#230)

```text
$ git shortlog -s v0.19.0...v0.20.0
6 Amethyst Reese
4 J. Nick Koston
1 Waket Zheng
18 dependabot[bot]
1 mike bayer
1 vdergachyov
```


v0.19.0
-------

Expand Down
2 changes: 1 addition & 1 deletion aiosqlite/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
Do not edit manually. Get more info at https://attribution.omnilib.dev
"""

__version__ = "0.19.0"
__version__ = "0.20.0"

0 comments on commit 2cbc6c9

Please sign in to comment.