Skip to content

Commit d767cd9

Browse files
committed
release: prepare v0.17.2
1 parent 31389b5 commit d767cd9

File tree

5 files changed

+12
-3
lines changed

5 files changed

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

529529
### Recent Updates
530+
- **v0.17.2 (2026/02/08):** Fix file descriptor leaks in Jetson, Tenstorrent, and NVIDIA readers by using global system instance
530531
- **v0.17.1 (2026/02/08):** Fix file descriptor leak in API mode by reusing resource handles
531532
- **v0.17.0 (2026/01/13):** Add GPU process filter toggle ('f' key) and improve process list sort stability
532533
- **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

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
all-smi (0.17.2-0) jammy; urgency=medium
2+
3+
* Fix file descriptor leaks in Jetson, Tenstorrent, and NVIDIA readers
4+
* Replace per-call System::new() with with_global_system() for consistency
5+
* Follow standard pattern already used by AMD, Apple Silicon, and local collector
6+
7+
-- Jeongkyu Shin <inureyes@gmail.com> Sat, 08 Feb 2026 00:00:00 +0000
8+
19
all-smi (0.17.1-0) jammy; urgency=medium
210

311
* Fix file descriptor leak in API mode by reusing resource handles

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

0 commit comments

Comments
 (0)