Skip to content

Commit 368fd63

Browse files
committed
release: update to version 0.30.2
1 parent b80886c commit 368fd63

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

33
# Task Keeper Changelog
44

5+
## [0.30.2] - 2025-08-15
6+
7+
- Update to dotenvx 0.4.8
8+
59
## [0.30.1] - 2025-08-01
610

711
- Update to gradle 9.0.0

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

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

0 commit comments

Comments
 (0)