Skip to content

Commit 06d207b

Browse files
committed
chore: bump version to v0.15.2
1 parent 3c21c4d commit 06d207b

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-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.15.1"
3+
version = "0.15.2"
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
@@ -425,6 +425,7 @@ See the [LICENSE](./LICENSE) file for details.
425425
## Changelog
426426

427427
### Recent Updates
428+
- **v0.15.2 (2026/01/02):** Fix Rebellions NPU detection compatibility with rbln SDK 2.0.x
428429
- **v0.15.1 (2025/12/31):** Fix memory leak in IOReportIterator on Apple Silicon by properly releasing CFDictionaryRef
429430
- **v0.15.0 (2025/12/31):** Add Unix Domain Socket support for API mode, Windows CPU temperature fallback chain, binary size optimization, and repository organization change
430431
- **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

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.15.1" "User Commands"
1+
.TH ALL-SMI 1 "January 2026" "all-smi 0.15.2" "User Commands"
22
.SH NAME
33
all-smi \- Command-line utility for monitoring GPU hardware
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)