We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83d389 commit dba3211Copy full SHA for dba3211
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
# Task Keeper Changelog
4
5
+## [0.29.0] - 2025-05-05
6
+
7
+- Add notification support: save output to OSS and notify via NATS
8
9
## [0.28.2] - 2025-04-01
10
11
- Update to amper 0.6.0
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "task-keeper"
-version = "0.28.2"
+version = "0.29.0"
edition = "2021"
authors = ["linux_china <[email protected]>"]
description = "Task keeper to manage tasks from different task runners"
0 commit comments