Skip to content

Commit 1f739fb

Browse files
committed
release: prepare v0.16.0
- Add proper library API for external Rust projects - Add high-level AllSmi client with ergonomic API - Add unified Error type using thiserror - Add comprehensive library API manual - Update cargo dependencies - Fix Launchpad offline builds with cargo vendor
1 parent e2f96b4 commit 1f739fb

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-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.2"
3+
version = "0.16.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
@@ -526,6 +526,7 @@ See the [LICENSE](./LICENSE) file for details.
526526
## Changelog
527527

528528
### Recent Updates
529+
- **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
529530
- **v0.15.2 (2026/01/02):** Fix Rebellions NPU detection compatibility with rbln SDK 2.0.x
530531
- **v0.15.1 (2025/12/31):** Fix memory leak in IOReportIterator on Apple Silicon by properly releasing CFDictionaryRef
531532
- **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

debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
all-smi (0.16.0-0) jammy; urgency=medium
2+
3+
* Add high-level AllSmi client struct with ergonomic API
4+
* Add unified Error type using thiserror for library users
5+
* Add prelude module for convenient imports
6+
* Add comprehensive library API manual and examples
7+
* Update cargo dependencies (axum, tower-http, sysinfo, regex, futures-util)
8+
* Fix Launchpad offline builds with cargo vendor and .cargo/config.toml
9+
10+
-- Jeongkyu Shin <inureyes@gmail.com> Sat, 04 Jan 2026 00:00:00 +0000
11+
112
all-smi (0.15.1-0) jammy; urgency=medium
213

314
* Fix memory leak in IOReportIterator by releasing delta CFDictionaryRef

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

0 commit comments

Comments
 (0)