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

Commit fbea46d

Browse files
authored
Version 0.6.0 (#444)
1 parent 17b03a4 commit fbea46d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ 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.6.0 (May 29th, 2022)
8+
9+
* Dropped Python 3.6 support (#458)
10+
11+
### Added
12+
13+
* Add _mapping property to the result set interface (#447 )
14+
* Add contributing docs (#453 )
15+
16+
### Fixed
17+
18+
* Fix query result named access (#448)
19+
* Fix connections getting into a bad state when a task is cancelled (#457)
20+
* Revert #328 parallel transactions (#472)
21+
* Change extra installations to specific drivers (#436)
22+
723
## 0.5.4 (January 14th, 2022)
824

925
### 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.6.0"
44
__all__ = ["Database", "DatabaseURL"]

0 commit comments

Comments
 (0)