Skip to content

Commit

Permalink
发布 1.1.1 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
qmdx committed Jan 5, 2025
1 parent 0fb21a5 commit 17d9d0f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 17d9d0f

Please sign in to comment.