Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 5aadd6e

Browse files
aminalaeeKludex
andauthored
Version 0.5.3 (#398)
Co-authored-by: Marcelo Trylesinski <[email protected]>
1 parent 3525ca5 commit 5aadd6e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

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

7+
## 0.5.3 (October 10th, 2021)
8+
9+
### Added
10+
11+
* Support `dialect+driver` for default database drivers like `postgresql+asyncpg` (#396)
12+
13+
### Fixed
14+
15+
* Documentation of low-level transaction (#390)
16+
717
## 0.5.2 (September 10th, 2021)
818

919
### Fixed

databases/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from databases.core import Database, DatabaseURL
22

3-
__version__ = "0.5.2"
3+
__version__ = "0.5.3"
44
__all__ = ["Database", "DatabaseURL"]

0 commit comments

Comments
 (0)