Update version and changelog

This commit is contained in:
AulonSal 2021-02-28 12:12:32 +05:30
parent e74fc304a5
commit d4ad0e270f
No known key found for this signature in database
GPG Key ID: A844B4CD17044BC8
3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
## 0.5 ## 0.5
### 0.5.1
- Fix tortoise connections not being closed properly. (#120)
### 0.5.0 ### 0.5.0
- Refactor core code, now has no limitation for everything. - Refactor core code, now has no limitation for everything.

View File

@ -1 +1 @@
__version__ = "0.5.0" __version__ = "0.5.1"

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "aerich" name = "aerich"
version = "0.5.0" version = "0.5.1"
description = "A database migrations tool for Tortoise ORM." description = "A database migrations tool for Tortoise ORM."
authors = ["long2ice <long2ice@gmail.com>"] authors = ["long2ice <long2ice@gmail.com>"]
license = "Apache-2.0" license = "Apache-2.0"