Skip to content

Commit

Permalink
Version 0.5.4 (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee committed Jan 14, 2022
1 parent 6cd85c1 commit f6b28ad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.

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

## 0.5.4 (January 14th, 2022)

### Added

* Support for Unix domain in connections (#423)
* Added `asyncmy` MySQL driver (#382)

### Fixed

* Fix SQLite fetch queries with multiple parameters (#435)
* Changed `Record` type to `Sequence` (#408)

## 0.5.3 (October 10th, 2021)

### Added
Expand Down
2 changes: 1 addition & 1 deletion databases/__init__.py
@@ -1,4 +1,4 @@
from databases.core import Database, DatabaseURL

__version__ = "0.5.3"
__version__ = "0.5.4"
__all__ = ["Database", "DatabaseURL"]

0 comments on commit f6b28ad

Please sign in to comment.