Skip to content

Commit a42c370

Browse files
committed
release: update to version 0.30.1
1 parent c49fc8d commit a42c370

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
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.1] - 2025-08-01
6+
7+
- Update to gradle 9.0.0
8+
- Update to dotenvx 0.3
9+
510
## [0.30.0] - 2025-07-25
611

712
- Add [dotenvx](https://dotenvx.com/) support for `.env` encryption file.

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.0"
3+
version = "0.30.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.30.0";
4+
pub const VERSION: &str = "0.30.1";
55

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

0 commit comments

Comments
 (0)