From 1086adecdea4fca1d12a283a56935cd905be4952 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 14:40:06 +0000 Subject: [PATCH] chore(main): release 1.31.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ src-egui/Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 35c30ad..81d2de2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.30.0" + ".": "1.31.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 424a0cf..9a8e121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,20 @@ The format is based on Keep a Changelog: This project follows Semantic Versioning: +## [1.31.0](https://github.com/dvalfrid/rigstats/compare/v1.30.0...v1.31.0) (2026-06-16) + + +### Features + +* **debug-log:** human-readable timestamps and severity levels ([d1c4cdf](https://github.com/dvalfrid/rigstats/commit/d1c4cdfc86e02077a81fce6c9e3e400e2977d5a6)) +* **disk:** show free space, model name, and disk type per drive ([8f1ca46](https://github.com/dvalfrid/rigstats/commit/8f1ca46e2e90fa20c3b9941ebafb1d8cec2246d2)) +* **net:** sub-ms ping precision via TCP connect timing ([a7cb110](https://github.com/dvalfrid/rigstats/commit/a7cb11089564eb6c6334d8535e116e0c889bdfbe)) + + +### Bug Fixes + +* **cpu:** clip core scroll area to exactly 2 visible rows ([d91e5bb](https://github.com/dvalfrid/rigstats/commit/d91e5bb9372cbfd90cc72303a15cb82614f65fa0)) + ## [1.30.0](https://github.com/dvalfrid/rigstats/compare/v1.29.0...v1.30.0) (2026-06-15) diff --git a/src-egui/Cargo.toml b/src-egui/Cargo.toml index f62d2d0..cd96441 100644 --- a/src-egui/Cargo.toml +++ b/src-egui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rigstats-egui" -version = "1.30.0" # x-release-please-version +version = "1.31.0" # x-release-please-version edition = "2021" rust-version = "1.77"