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

Commit f6b28ad

Browse files
authored
Version 0.5.4 (#441)
1 parent 6cd85c1 commit f6b28ad

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.4 (January 14th, 2022)
8+
9+
### Added
10+
11+
* Support for Unix domain in connections (#423)
12+
* Added `asyncmy` MySQL driver (#382)
13+
14+
### Fixed
15+
16+
* Fix SQLite fetch queries with multiple parameters (#435)
17+
* Changed `Record` type to `Sequence` (#408)
18+
719
## 0.5.3 (October 10th, 2021)
820

921
### Added

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

0 commit comments

Comments
 (0)