docs: bump up version and update changelog
This commit is contained in:
parent
e971653851
commit
234495d291
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,8 +1,17 @@
|
||||
# ChangeLog
|
||||
|
||||
## 0.8
|
||||
|
||||
### 0.8.0
|
||||
|
||||
- Fix mysql drop unique index raises OperationalError. (#346)
|
||||
|
||||
**Upgrade note:**
|
||||
1. Use column name as unique key name for mysql
|
||||
|
||||
## 0.7
|
||||
|
||||
### 0.7.2
|
||||
### [0.7.2] - 2023-07-20
|
||||
|
||||
- Support virtual fields.
|
||||
- Fix modify multiple times. (#279)
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "aerich"
|
||||
version = "0.7.2"
|
||||
version = "0.8.0"
|
||||
description = "A database migrations tool for Tortoise ORM."
|
||||
authors = ["long2ice <long2ice@gmail.com>"]
|
||||
license = "Apache-2.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user