Skip to content

Commit cf9163c

Browse files
committed
release: update to version 0.30.4
1 parent 4727675 commit cf9163c

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

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

33
# Task Keeper Changelog
44

5+
## [0.30.4] - 2025-09-29
6+
7+
- Update to just 1.43.0
8+
- Update to maven-wrapper-plugin 3.3.4
9+
510
## [0.30.3] - 2025-08-30
611

712
- Update to dotenvx 0.4.14 to fix the decrypt issue

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

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

0 commit comments

Comments
 (0)