From 70a97bb0ebd92a90f7c003003341a84bac84776c Mon Sep 17 00:00:00 2001 From: Michael Yang Date: Fri, 26 Sep 2025 12:09:44 +0800 Subject: [PATCH] build: v1.11.3 release (^.^)YYa!! --- changes.md | 4 ++++ docs/zh/changes.md | 4 ++++ pom.xml | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changes.md b/changes.md index 3124a52c..a5539210 100644 --- a/changes.md +++ b/changes.md @@ -2,6 +2,10 @@ 查看 [全部代码贡献者](/zh/intro/what-is-mybatisflex.html#贡献者)。 +## v1.11.3 20250926 +- 修复: QueryColumn.between_(values) 不能为 null 的问题 #ID03CH + + ## v1.11.2 20250926 - 新增:添加 Assert 方便在执行 update 的时候进行断言 diff --git a/docs/zh/changes.md b/docs/zh/changes.md index 3124a52c..a5539210 100644 --- a/docs/zh/changes.md +++ b/docs/zh/changes.md @@ -2,6 +2,10 @@ 查看 [全部代码贡献者](/zh/intro/what-is-mybatisflex.html#贡献者)。 +## v1.11.3 20250926 +- 修复: QueryColumn.between_(values) 不能为 null 的问题 #ID03CH + + ## v1.11.2 20250926 - 新增:添加 Assert 方便在执行 update 的时候进行断言 diff --git a/pom.xml b/pom.xml index 1571f80b..e3a56c43 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ 8 - 1.11.2 + 1.11.3 1.6.0 1.1.0