Skip to content

Commit beefdbb

Browse files
committed
chore: bump version to v0.15.1
1 parent c666f8b commit beefdbb

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-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.0"
3+
version = "0.15.1"
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.1 (2025/12/31):** Fix memory leak in IOReportIterator on Apple Silicon by properly releasing CFDictionaryRef
428429
- **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
429430
- **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
430431
- **v0.13.1 (2025/12/23):** Upgrade tonic/prost to 0.14, wmi to 0.18, libloading to 0.9, and optimize build dependencies

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
all-smi (0.15.1-0) jammy; urgency=medium
2+
3+
* Fix memory leak in IOReportIterator by releasing delta CFDictionaryRef
4+
5+
-- Jeongkyu Shin <inureyes@gmail.com> Tue, 31 Dec 2025 00:00:00 +0000
6+
17
all-smi (0.15.0-0) jammy; urgency=medium
28

39
* Add Unix Domain Socket support for API mode (Linux/macOS)

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

0 commit comments

Comments
 (0)