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

Commit 5f054b2

Browse files
committed
revert changes for 0.5.5
1 parent 78b6642 commit 5f054b2

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.vscode/
2+
.idea/
23
*.pyc
34
test.db
45
.coverage

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.5 (January 20th, 2022)
8+
9+
### Fixed
10+
11+
* Revert the change of `Record` type to `Sequence` from `Mapping`(#408) to maintain backward compatibility
12+
713
## 0.5.4 (January 14th, 2022)
814

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

0 commit comments

Comments
 (0)