Skip to content

Commit

Permalink
发布 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qmdx committed Aug 21, 2024
1 parent 181e542 commit ffce590
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# 更新日志

## [v1.0.0] 2024.08.21

- 优化包容分支支持完成
- 优化并行任务拿回任务判断逻辑
- 修复自动执行触发器相关 bug
- 发起人通知任务ID记录
- 指定的条件节点不存在时,还能接着使用表达式计算
- 完善单元测试断言错误修复
- 优化唤醒历史任务时从历史任务中恢复对应的历史任务参与者列表

## [v0.0.11] 2024.08.01

- 新增包容分支支持逻辑
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=0.0.11
APP_VERSION=1.0.0

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 @@ -15,7 +15,7 @@
</modules>

<properties>
<revision>0.0.10</revision>
<revision>1.0.0</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 ffce590

Please sign in to comment.