Update version and changelog
This commit is contained in:
parent
694b05356f
commit
3989b7c674
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## 0.5
|
## 0.5
|
||||||
|
|
||||||
|
### 0.5.5
|
||||||
|
|
||||||
|
- Fix KeyError: 'src_folder' after upgrading aerich to 0.5.4. (#176)
|
||||||
|
|
||||||
### 0.5.4
|
### 0.5.4
|
||||||
|
|
||||||
- Fix incorrect index creation order. (#151)
|
- Fix incorrect index creation order. (#151)
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = "0.5.4"
|
__version__ = "0.5.5"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "aerich"
|
name = "aerich"
|
||||||
version = "0.5.4"
|
version = "0.5.5"
|
||||||
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user