Skip to content

Commit

Permalink
Version 0.7.0 (#522)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
  • Loading branch information
musicinmybrain and Kludex committed Dec 18, 2022
1 parent 81cc6fd commit 6b0c767
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,9 +4,16 @@ 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.7.0 (Dec 18th, 2022)

### Fixed

* Fixed breaking changes in SQLAlchemy cursor; supports `>=1.4.42,<1.5` (#513).
* Wrapped types in `typing.Optional` where applicable (#510).

## 0.6.2 (Nov 7th, 2022)

### Changes
### Changed

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

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

__version__ = "0.6.2"
__version__ = "0.7.0"
__all__ = ["Database", "DatabaseURL"]

0 comments on commit 6b0c767

Please sign in to comment.