From 318bdf0d7cf8f608f4ff323cb669c822260760b3 Mon Sep 17 00:00:00 2001 From: myhloli Date: Wed, 23 Jul 2025 15:47:16 +0800 Subject: [PATCH] chore: update version number to 2.1.4 in README files --- README.md | 2 +- README_zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a647240..7f83c7e1 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ # Changelog -- 2025/07/22 2.1.3 Released +- 2025/07/23 2.1.4 Released - Bug Fixes - Fixed the issue of excessive memory consumption during the `MFR` step in the `pipeline` backend under certain scenarios #2771 - Fixed the inaccurate matching between `image`/`table` and `caption`/`footnote` under certain conditions #3129 diff --git a/README_zh-CN.md b/README_zh-CN.md index 183e15e9..5986b354 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -43,7 +43,7 @@ # 更新记录 -- 2025/07/22 2.1.3发布 +- 2025/07/23 2.1.4发布 - bug修复 - 修复`pipeline`后端中`MFR`步骤在某些情况下显存消耗过大的问题 #2771 - 修复某些情况下`image`/`table`与`caption`/`footnote`匹配不准确的问题 #3129