Skip to content

Commit d945b42

Browse files
committed
release: v0.1.12
Include clippy fix for config test initialization.
1 parent 0bf7355 commit d945b42

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.11"
9+
version = "0.1.12"
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.2"
3+
version = "0.1.3"
44
edition = "2021"
55
authors = ["GPU Kill Team"]
66
description = "MCP server for GPU Kill - AI-accessible GPU management"

0 commit comments

Comments
 (0)