发布 1.1.1 版本

This commit is contained in:
hubin 2025-01-05 21:44:57 +08:00
parent 0fb21a5eae
commit 17d9d0f784
3 changed files with 13 additions and 3 deletions

View File

@ -1,6 +1,16 @@
# 更新日志
## [v1.0.9] 2024.12.25
## [v1.1.1] 2025.01.05
- feat: 新增重新加载模型测试用例
- feat: 新增解析模型测试用例
- feat: 节点模型新增基础信息克隆方法
- fix: 修复节点跳转归档子节点逻辑
- opt: 优化实例模型缓存加载逻辑
- opt: 优化抄送任务并行分支执行逻辑
- opt: 计算时间差至少设置为0优化
## [v1.1.0] 2024.12.25
- feat: 完善协议申明文档说明
- fix: 修复抄送后连续创建任务bug

View File

@ -1,5 +1,5 @@
APP_GROUP=com.aizuda
APP_VERSION=1.1.0
APP_VERSION=1.1.1
SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true

View File

@ -17,7 +17,7 @@
</modules>
<properties>
<revision>1.1.0</revision>
<revision>1.1.1</revision>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<spring-boot.version>2.7.0</spring-boot.version>