Skip to content

Commit

Permalink
发布 0.0.10 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
qmdx committed Jul 16, 2024
1 parent 9d3e6d6 commit c4c2066
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ description = "FlowLong BPM"
// 项目配置
allprojects {
group "com.aizuda"
version "0.0.9"
version "0.0.10"
}


Expand Down
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# 更新日志

## [v0.0.10] 2024.07.16

- 优化触发器立即执行逻辑
- 新增流程类型枚举类
- 流程实例扩展新增流程类型字段标记
- 新增 JSON BPM 节点表单时条件类型
- 新增验证模型发起角色配置
- 调整 maven 依赖相关配置
- 修复倒序获取最新版本流程信息
- 任务参与者新增代理人ID类型及扩展JSON字段
- 新增角色部门会签或签票签相关测试用例
- 优化任务代理执行逻辑
- 其它代码优化

## [v0.0.9] 2024.07.07

- 模型新增审批类型属性
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.9</revision>
<revision>0.0.10</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 c4c2066

Please sign in to comment.