Skip to content

Commit 0cda797

Browse files
committed
release: update to version 0.29.3
1 parent f073ab4 commit 0cda797

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

33
# Task Keeper Changelog
44

5+
## [0.29.3] - 2025-07-20
6+
7+
- Update just to 1.42.3
8+
- Update maven to 3.9.11
9+
- Update gradle to 8.14.3
10+
511
## [0.29.2] - 2025-07-02
612

713
- Fix `build.xml` parse error

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.2"
3+
version = "0.29.3"
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.2";
4+
pub const VERSION: &str = "0.29.3";
55

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

0 commit comments

Comments
 (0)