Skip to content

Commit 4aae3cf

Browse files
committed
release: v0.1.14
Include CI fixes for MCP GPU process cloning and NVML top process enrichment.
1 parent f8f97fe commit 4aae3cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66

77
[package]
88
name = "gpukill"
9-
version = "0.1.13"
9+
version = "0.1.14"
1010
edition = "2021"
1111
authors = ["Kage <info@treadie.com>"]
1212
description = "A CLI tool for GPU management and monitoring supporting NVIDIA, AMD, Intel, and Apple Silicon GPUs"

mcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gpukill-mcp"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition = "2021"
55
authors = ["GPU Kill Team"]
66
description = "MCP server for GPU Kill - AI-accessible GPU management"

0 commit comments

Comments
 (0)