From 751015c0da58356ede7efb54c7f9cede00264550 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 16:38:25 +0000 Subject: [PATCH] chore(main): release 0.5.0 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 934b4f2..56303f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/wabuntu/diskhog/compare/v0.4.0...v0.5.0) (2026-08-26) + + +### Features + +* show which process has a file open, and its abbreviated name ([ce0e3fa](https://github.com/wabuntu/diskhog/commit/ce0e3fa17e27aa678213c832326b7c0a34f94b91)) + ## [0.4.0](https://github.com/wabuntu/diskhog/compare/v0.3.2...v0.4.0) (2026-08-21) diff --git a/Cargo.lock b/Cargo.lock index b750b11..28bea3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,7 +460,7 @@ dependencies = [ [[package]] name = "diskhog" -version = "0.4.0" +version = "0.5.0" dependencies = [ "clap", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index 19768d2..62e81bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diskhog" -version = "0.4.0" +version = "0.5.0" authors = ["wabuntu "] edition = "2024" license = "MIT OR Apache-2.0"