We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b4df6 commit b985799Copy full SHA for b985799
2 files changed
packages/fastapi/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.1.0
2
+
3
+- 正式发布
4
+- ModelRouter 自动注册 CRUD 路由
5
+- 标准路由器(ProjectRouter、TaskRouter 等)
6
7
## 0.1.0-rc.1
8
9
- 初始测试发布
packages/fastapi/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "fastapi-quanttide-project"
-version = "0.1.0rc1"
+version = "0.1.0"
description = "量潮项目管理FastAPI工具箱"
readme = "README.md"
requires-python = ">=3.10"
0 commit comments