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

Commit 0a06a5f

Browse files
authored
Version 0.5.0 (#370)
1 parent 89efe60 commit 0a06a5f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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.0 (August 26th, 2021)
8+
9+
### Added
10+
* Support SQLAlchemy 1.4 (#299)
11+
12+
### Fixed
13+
14+
* Fix concurrent transactions (#328)
15+
716
## 0.4.3 (March 26th, 2021)
817

918
### 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.4.3"
3+
__version__ = "0.5.0"
44
__all__ = ["Database", "DatabaseURL"]

0 commit comments

Comments
 (0)