Просмотр исходного кода

chore: auto bump version and changelog [skip ci]

iwt 1 месяц назад
Родитель
Сommit
97a369513d

+ 1 - 1
cfc-langgraph/app/api/meal.py

@@ -13,7 +13,7 @@ from app.models.meal import (
 from app.config import settings
 
 logger = logging.getLogger(__name__)
-router = APIRouter(tags=["meal"])
+router = APIRouter(prefix="/api/v1", tags=["meal"])
 
 
 @router.post("/food/recognize", response_model=FoodRecognizeResponse)

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-071d2cb91ab3c5953e3099177ecce105d232751b
+f578470dc222baf922fc5bf7693941c9478ba1da

+ 2 - 2
cfc-web/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "cfc-web",
-  "version": "1.0.856",
+  "version": "1.0.857",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "cfc-web",
-      "version": "1.0.856",
+      "version": "1.0.857",
       "dependencies": {
         "@wangeditor/editor": "^5.1.23",
         "@wangeditor/editor-for-vue": "^1.0.2",

+ 1 - 1
cfc-web/package.json

@@ -1,6 +1,6 @@
 {
   "name": "cfc-web",
-  "version": "1.0.857",
+  "version": "1.0.858",
   "private": true,
   "scripts": {
     "dev": "vue-cli-service serve",

+ 18 - 0
cfc-web/public/CHANGELOG-v1.0.md

@@ -4,6 +4,24 @@
 
 ---
 
+## v1.0.858 (2026-08-07)
+
+### Bug 修复
+- 修正身页面饮食入口路径
+- 迁移180/181 health_reports.health_report_drafts 缺列修复
+
+### 其他
+- 改为指向正确的饮食模块首页 /pages/diet/index
+- 
+- - 修复 Unknown column 'is_living_together'(family_members, 迁移174已生效但DBI嵌套错误未触发)
+- - 修复嵌套 try/catch 结构(迁移178/180 误嵌在迁移179 catch 内)
+- - 迁移号校正:178→180, 180→181(diet 模块占用了原 178-181 编号)
+- - health_reports 新增 proxy_uploader_id / proxy_upload_note / ai_analysis
+- - health_report_drafts 新增 remark
+- 生产 DB 已直连 ALTER(无需等下次重启)
+- 
+
+
 ## v1.0.857 (2026-08-07)
 
 ### 文档

+ 19 - 1
cfc-web/public/CHANGELOG.md

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.857
+> 当前版本: v1.0.858
 
 ## 历史版本
 
@@ -8,6 +8,24 @@
 
 ---
 
+## v1.0.858 (2026-08-07)
+
+### Bug 修复
+- 修正身页面饮食入口路径
+- 迁移180/181 health_reports.health_report_drafts 缺列修复
+
+### 其他
+- 改为指向正确的饮食模块首页 /pages/diet/index
+- 
+- - 修复 Unknown column 'is_living_together'(family_members, 迁移174已生效但DBI嵌套错误未触发)
+- - 修复嵌套 try/catch 结构(迁移178/180 误嵌在迁移179 catch 内)
+- - 迁移号校正:178→180, 180→181(diet 模块占用了原 178-181 编号)
+- - health_reports 新增 proxy_uploader_id / proxy_upload_note / ai_analysis
+- - health_report_drafts 新增 remark
+- 生产 DB 已直连 ALTER(无需等下次重启)
+- 
+
+
 ## v1.0.857 (2026-08-07)
 
 ### 文档