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

Commit 975e616

Browse files
authored
Version 0.5.1 (#380)
1 parent 42b2204 commit 975e616

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.1 (September 2nd, 2021)
8+
9+
### Added
10+
11+
* Make database `connect` and `disconnect` calls idempotent (#379)
12+
13+
### Fixed
14+
15+
* Fix `in_` and `notin_` queries in SQLAlchemy 1.4 (#378)
16+
717
## 0.5.0 (August 26th, 2021)
818

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

0 commit comments

Comments
 (0)