Skip to content

Commit 764e007

Browse files
committed
release: update to version 0.28.2
1 parent b94f252 commit 764e007

File tree

2 files changed

+8
-3
lines changed

2 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.28.2] - 2025-04-01
6+
7+
- Update to amper 0.6.0
8+
- Update to gradle 8.13
9+
510
## [0.28.1] - 2025-01-12
611

712
- List tasks by default instead of help

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "task-keeper"
3-
version = "0.28.1"
3+
version = "0.28.2"
44
edition = "2021"
55
authors = ["linux_china <[email protected]>"]
66
description = "Task keeper to manage tasks from different task runners"
@@ -40,11 +40,11 @@ error-stack = "0.5"
4040
dotenv = "0.15"
4141
shlex = "1"
4242
cfg-if = "1"
43-
uuid = { version = "1", features = ["v4"] }
43+
uuid = { version = "1.16", features = ["v4"] }
4444
logos = "0.15"
4545
shell-escape = "0.1"
4646
bytecount = "0.6.8"
47-
just = "1.39.0"
47+
just = "1.40.0"
4848
reqwest = { version = "0.12", features = ["blocking"] }
4949

5050
[profile.release]

0 commit comments

Comments
 (0)