Skip to content

Commit b985799

Browse files
committed
chore: bump fastapi to v0.1.0
1 parent 97b4df6 commit b985799

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

packages/fastapi/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.0
2+
3+
- 正式发布
4+
- ModelRouter 自动注册 CRUD 路由
5+
- 标准路由器(ProjectRouter、TaskRouter 等)
6+
17
## 0.1.0-rc.1
28

39
- 初始测试发布

packages/fastapi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastapi-quanttide-project"
3-
version = "0.1.0rc1"
3+
version = "0.1.0"
44
description = "量潮项目管理FastAPI工具箱"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)