Skip to content

Commit

Permalink
Version 0.5.3 (#398)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
  • Loading branch information
aminalaee and Kludex committed Oct 10, 2021
1 parent 3525ca5 commit 5aadd6e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## 0.5.3 (October 10th, 2021)

### Added

* Support `dialect+driver` for default database drivers like `postgresql+asyncpg` (#396)

### Fixed

* Documentation of low-level transaction (#390)

## 0.5.2 (September 10th, 2021)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion databases/__init__.py
@@ -1,4 +1,4 @@
from databases.core import Database, DatabaseURL

__version__ = "0.5.2"
__version__ = "0.5.3"
__all__ = ["Database", "DatabaseURL"]

0 comments on commit 5aadd6e

Please sign in to comment.