Release 0.8.2 (#429)
This commit is contained in:
parent
a624d1b43b
commit
8609435815
@ -2,7 +2,7 @@
|
||||
|
||||
## 0.8
|
||||
|
||||
### [0.8.2]**(Unreleased)**
|
||||
### [0.8.2](../../releases/tag/v0.8.2) - 2025-02-28
|
||||
|
||||
#### Added
|
||||
- Support changes `max_length` or int type for primary key field. ([#428])
|
||||
|
6
poetry.lock
generated
6
poetry.lock
generated
@ -809,15 +809,15 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "psycopg-pool"
|
||||
version = "3.2.5"
|
||||
version = "3.2.6"
|
||||
description = "Connection Pool for Psycopg"
|
||||
optional = true
|
||||
python-versions = ">=3.8"
|
||||
groups = ["main"]
|
||||
markers = "extra == \"psycopg\""
|
||||
files = [
|
||||
{file = "psycopg_pool-3.2.5-py3-none-any.whl", hash = "sha256:522b9befae8631550217fd2ae9904622daaf4b28a0a36ccfcc87ba3d2abc7100"},
|
||||
{file = "psycopg_pool-3.2.5.tar.gz", hash = "sha256:507d845bd13da83df449ded7fb581b35dba613421bdb12962e608b16e70d6be9"},
|
||||
{file = "psycopg_pool-3.2.6-py3-none-any.whl", hash = "sha256:5887318a9f6af906d041a0b1dc1c60f8f0dda8340c2572b74e10907b51ed5da7"},
|
||||
{file = "psycopg_pool-3.2.6.tar.gz", hash = "sha256:0f92a7817719517212fbfe2fd58b8c35c1850cdd2a80d36b581ba2085d9148e5"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "aerich"
|
||||
version = "0.8.1"
|
||||
version = "0.8.2"
|
||||
description = "A database migrations tool for Tortoise ORM."
|
||||
authors = [{name="long2ice", email="long2ice@gmail.com>"}]
|
||||
license = { text = "Apache-2.0" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user