build: v1.11.3 release (^.^)YYa!!

This commit is contained in:
Michael Yang 2025-09-26 12:09:44 +08:00
parent efd2a442d4
commit 70a97bb0eb
3 changed files with 9 additions and 1 deletions

View File

@ -2,6 +2,10 @@
查看 [全部代码贡献者](/zh/intro/what-is-mybatisflex.html#贡献者)。 查看 [全部代码贡献者](/zh/intro/what-is-mybatisflex.html#贡献者)。
## v1.11.3 20250926
- 修复: QueryColumn.between_(values) 不能为 null 的问题 #ID03CH
## v1.11.2 20250926 ## v1.11.2 20250926
- 新增:添加 Assert 方便在执行 update 的时候进行断言 - 新增:添加 Assert 方便在执行 update 的时候进行断言

View File

@ -2,6 +2,10 @@
查看 [全部代码贡献者](/zh/intro/what-is-mybatisflex.html#贡献者)。 查看 [全部代码贡献者](/zh/intro/what-is-mybatisflex.html#贡献者)。
## v1.11.3 20250926
- 修复: QueryColumn.between_(values) 不能为 null 的问题 #ID03CH
## v1.11.2 20250926 ## v1.11.2 20250926
- 新增:添加 Assert 方便在执行 update 的时候进行断言 - 新增:添加 Assert 方便在执行 update 的时候进行断言

View File

@ -69,7 +69,7 @@
<maven.compiler.target>8</maven.compiler.target> <maven.compiler.target>8</maven.compiler.target>
<!-- Mybatis-Flex 版本 --> <!-- Mybatis-Flex 版本 -->
<revision>1.11.2</revision> <revision>1.11.3</revision>
<flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version> <flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version>
<xml-maven-plugin.version>1.1.0</xml-maven-plugin.version> <xml-maven-plugin.version>1.1.0</xml-maven-plugin.version>