Skip to content

Commit 2150a22

Browse files
authored
Version 0.5.2 (#386)
1 parent 6fcb168 commit 2150a22

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.2 (September 10th, 2021)
8+
9+
### Fixed
10+
11+
* Reset counter for failed connections (#385)
12+
* Avoid dangling task-local connections after Database.disconnect() (#211)
13+
714
## 0.5.1 (September 2nd, 2021)
815

916
### Added

databases/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from databases.core import Database, DatabaseURL
22

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

0 commit comments

Comments
 (0)