Skip to content

Commit

Permalink
Version bump v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Dec 19, 2022
1 parent 3e71b6d commit 427cecc
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
29 changes: 27 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
aiosqlite
=========

v0.18.0
-------

Feature release

- Added support for `paramstyle` (#197)
- Better type hints for `isolation_level` (#172) and `text_factory` (#179)
- Use stdlib typing module when possible (#114)
- Replace aiounittest with stdlib on 3.8+
- Docmentation improvements (#108)
- Dropped support for Python 3.7, added support for Python 3.10 and 3.11 (#208)

```
$ git shortlog -s v0.17.0...v0.18.0
11 Amethyst Reese
20 John Reese
3 Nico0 Smart
3 Nicolas Martinez
37 dependabot[bot]
2 pandaninjas
6 pyup.io bot
1 vexelnet
```


v0.17.0
-------

Expand Down Expand Up @@ -331,7 +356,7 @@ v0.2.0
Beta version 0.2.0

```
$ git shortlog -s c606de200b7afe6d73a6e2900557d622c62ed78c...v0.2.0
1 John Reese
$ git shortlog -s v0.2.0
20 John Reese
```

2 changes: 1 addition & 1 deletion aiosqlite/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.17.0"
__version__ = "0.18.0"

0 comments on commit 427cecc

Please sign in to comment.