Skip to content

Commit 9944250

Browse files
committed
chore: bump version to v0.14.0
1 parent 7686ec6 commit 9944250

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "all-smi"
3-
version = "0.13.1"
3+
version = "0.14.0"
44
description = "Command-line utility for monitoring GPU hardware. It provides a real-time view of GPU utilization, memory usage, temperature, power consumption, and other metrics."
55
authors = ["Jeongkyu Shin <inureyes@gmail.com>"]
66
license = "Apache-2.0"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ See the [LICENSE](./LICENSE) file for details.
397397
## Changelog
398398

399399
### Recent Updates
400+
- **v0.14.0 (2025/12/25):** Add Windows x64 build target, native macOS APIs for no-sudo monitoring, chassis/node-level power monitoring, and remove legacy powermetrics
400401
- **v0.13.1 (2025/12/23):** Upgrade tonic/prost to 0.14, wmi to 0.18, libloading to 0.9, and optimize build dependencies
401402
- **v0.13.0 (2025/12/23):** Add Google Cloud TPU monitoring support (v2-v7/Ironwood), optimize CPU utilization with improved polling and rendering
402403
- **v0.12.0 (2025/12/07):** Add Windows build support, fix AMD GPU dependencies in Dockerfile builder stage

debian/changelog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
all-smi (0.14.0-0) jammy; urgency=medium
2+
3+
* Add Windows x64 build target for cross-platform support
4+
* Add native macOS APIs for Apple Silicon metrics (no sudo required)
5+
* Add Chassis/Node-level monitoring with per-node power and BMC metrics
6+
* Expose total power metrics for Apple Silicon
7+
* Optimize CPU usage by caching expensive system calls
8+
* Remove legacy powermetrics implementation
9+
* Update repository URLs from inureyes to lablup
10+
* Fix Dockerfile for protobuf compilation and TPU support
11+
* Fix Ubuntu PPA builds for Cargo.lock v4 compatibility
12+
13+
-- Jeongkyu Shin <inureyes@gmail.com> Wed, 25 Dec 2025 00:00:00 +0000
14+
115
all-smi (0.13.1-0) jammy; urgency=medium
216

317
* Upgrade tonic to 0.14, prost to 0.14, wmi to 0.18, libloading to 0.9

docs/man/all-smi.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH ALL-SMI 1 "December 2025" "all-smi 0.13.1" "User Commands"
1+
.TH ALL-SMI 1 "December 2025" "all-smi 0.14.0" "User Commands"
22
.SH NAME
33
all-smi \- Command-line utility for monitoring GPU hardware
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)