Skip to content

Commit

Permalink
bump version (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
devkral authored Aug 4, 2024
1 parent 92bd5fd commit 6a20f99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion databasez/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from databasez.core import Database, DatabaseURL

__version__ = "0.8.0"
__version__ = "0.8.1"

__all__ = ["Database", "DatabaseURL"]
7 changes: 7 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes

## 0.8.1

### Fixed

- The `dbapi2` dialect used only a single thread for all connections.
- Some options were not translated into query options and vice versa.

## 0.8.0

### Added
Expand Down

0 comments on commit 6a20f99

Please sign in to comment.