Skip to content

Commit

Permalink
update to v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dr34m-cn committed Jan 22, 2025
1 parent 8eeb24f commit abd7a78
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,5 +214,6 @@ task_timeout=72

* [ ] 移动模式 [#16](https://github.com/dr34m-cn/taosync/issues/16)

<!--## Stargazers over time
[![Stargazers over time](https://starchart.cc/dr34m-cn/taosync.svg?variant=adaptive)](https://starchart.cc/dr34m-cn/taosync)-->
## Star随时间

[![Stargazers over time](https://starchart.cc/dr34m-cn/taosync.svg?variant=adaptive)](https://starchart.cc/dr34m-cn/taosync)
1 change: 0 additions & 1 deletion doc/changelog/v0.2.5.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!--2024-12-04-->
## 🚀 特性

* 移动模式 [#16](https://github.com/dr34m-cn/taosync/issues/16)
* 支持一键手动执行所有作业 [#45](https://github.com/dr34m-cn/taosync/issues/45)

## 🎨 优化
Expand Down
2 changes: 1 addition & 1 deletion service/syncJob/jobClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def updateItemStatus(self):

def updateTaskStatus(self):
"""
更新任务状态
所有任务完成后,最终更新任务状态
"""
unSuccessTaskItem = jobMapper.getUnSuccessJobTaskItemList(self.taskId)
status = 2 if not unSuccessTaskItem else 3
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v0.2.4,latest
v0.2.5,latest

该文件仅第一行有效,表示打包的版本。
如果要打包多个,以英文,分隔,例如【v1.0.0,latest】;
Expand Down

0 comments on commit abd7a78

Please sign in to comment.