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

Commit 2194ffb

Browse files
authored
0.4.2 release (#296)
1 parent 8d7dcd0 commit 2194ffb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ 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-
## Unreleased
7+
## 0.4.2 (March 14th, 2021)
88

99
### Fixed
1010

11-
* Fix memory leak with asyncpg, for SQLAlchemy generic functions (#273)
11+
* Fix memory leak with asyncpg for SQLAlchemy generic functions (#273)
1212

1313
## 0.4.1 (November 16th, 2020)
1414

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.4.1"
3+
__version__ = "0.4.2"
44
__all__ = ["Database", "DatabaseURL"]

0 commit comments

Comments
 (0)