Skip to content

Commit 6b0c767

Browse files
Version 0.7.0 (#522)
Co-authored-by: Marcelo Trylesinski <[email protected]>
1 parent 81cc6fd commit 6b0c767

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +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.7.0 (Dec 18th, 2022)
8+
9+
### Fixed
10+
11+
* Fixed breaking changes in SQLAlchemy cursor; supports `>=1.4.42,<1.5` (#513).
12+
* Wrapped types in `typing.Optional` where applicable (#510).
13+
714
## 0.6.2 (Nov 7th, 2022)
815

9-
### Changes
16+
### Changed
1017

1118
* Pinned SQLAlchemy `<=1.4.41` to avoid breaking changes (#520).
1219

databases/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from databases.core import Database, DatabaseURL
22

3-
__version__ = "0.6.2"
3+
__version__ = "0.7.0"
44
__all__ = ["Database", "DatabaseURL"]

0 commit comments

Comments
 (0)