Skip to content

Commit 4610d0a

Browse files
committed
release: update to version 0.30.0
1 parent 83c2674 commit 4610d0a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
# Task Keeper Changelog
44

5+
## [0.30.0] - 2025-07-25
6+
7+
- Add [dotenvx](https://dotenvx.com/) support for `.env` encryption file.
8+
59
## [0.29.3] - 2025-07-20
610

711
- Update just to 1.42.3
8-
- Update maven to 3.9.11
12+
- Update maven to 3.9.11
913
- Update gradle to 8.14.3
1014

1115
## [0.29.2] - 2025-07-02

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "task-keeper"
3-
version = "0.29.3"
3+
version = "0.30.0"
44
edition = "2021"
55
authors = ["linux_china <[email protected]>"]
66
description = "Task keeper to manage tasks from different task runners"
@@ -37,7 +37,7 @@ dirs-sys = "0.5"
3737
which = "8.0"
3838
thiserror = "2"
3939
error-stack = "0.5"
40-
dotenvy = "0.15"
40+
dotenvx-rs = "0.2.2"
4141
shlex = "1.3"
4242
cfg-if = "1"
4343
uuid = { version = "1.17", features = ["v4"] }

0 commit comments

Comments
 (0)