Skip to content

Commit 386eb22

Browse files
committed
release: update to 0.29.1
1 parent 88946b4 commit 386eb22

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
# Task Keeper Changelog
44

5+
6+
## [0.29.1] - 2025-06-10
7+
8+
- Update to amper 0.7.0
9+
- Apache Maven 3.9.10
10+
- Use `minio-rs 0.3.0`
11+
512
## [0.29.0] - 2025-05-05
613

714
- Add notification support: save output to OSS and notify via NATS

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "task-keeper"
3-
version = "0.29.0"
3+
version = "0.29.1"
44
edition = "2021"
55
authors = ["linux_china <[email protected]>"]
66
description = "Task keeper to manage tasks from different task runners"

src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! clap App for command cli
22
use clap::{Command, Arg, ArgAction};
33

4-
pub const VERSION: &str = "0.29.0";
4+
pub const VERSION: &str = "0.29.1";
55

66
pub fn build_app() -> Command {
77
Command::new("tk")

0 commit comments

Comments
 (0)