mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48:24 +08:00
build: v1.11.3 release (^.^)YYa!!
This commit is contained in:
parent
efd2a442d4
commit
70a97bb0eb
@ -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 的时候进行断言
|
||||||
|
|||||||
@ -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 的时候进行断言
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user