Skip to content

Commit 2e7193c

Browse files
committed
release: prepare v0.17.1
1 parent f467263 commit 2e7193c

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-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.17.0"
3+
version = "0.17.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
@@ -527,6 +527,7 @@ See the [LICENSE](./LICENSE) file for details.
527527
## Changelog
528528

529529
### Recent Updates
530+
- **v0.17.1 (2026/02/08):** Fix file descriptor leak in API mode by reusing resource handles
530531
- **v0.17.0 (2026/01/13):** Add GPU process filter toggle ('f' key) and improve process list sort stability
531532
- **v0.16.0 (2026/01/04):** Add proper library API for external Rust projects with high-level AllSmi client, unified error handling, and comprehensive documentation
532533
- **v0.15.2 (2026/01/02):** Fix Rebellions NPU detection compatibility with rbln SDK 2.0.x

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
all-smi (0.17.1-0) jammy; urgency=medium
2+
3+
* Fix file descriptor leak in API mode by reusing resource handles
4+
* Cache Nvml handle in NvidiaGpuReader with graceful reinit on invalidation
5+
* Reuse sysinfo::System instance across get_process_info() calls
6+
* Create Disks instance once and refresh in-place each API metrics cycle
7+
8+
-- Jeongkyu Shin <inureyes@gmail.com> Sun, 08 Feb 2026 00:00:00 +0000
9+
110
all-smi (0.17.0-0) jammy; urgency=medium
211

312
* Add GPU process filter toggle ('f' key) to show only processes with GPU memory

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

0 commit comments

Comments
 (0)