diff --git a/CHANGELOG.md b/CHANGELOG.md index 3025883..67170e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,19 @@ All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) ## [Unreleased] + +## [0.12.0] - 2025-11-01 +- This is the first update to diskonaut in a few years, under a new maintainer (Gregory Shuflin) + +### Changed +- All dependencies updated to their latest versions as of November 2025 +- Rust edition updated to 2024 +- All existing compilation warnings suppressed or fixed + ### Added * Only show "Small Files" legend when there are small files on screen (https://github.com/imsnif/diskonaut/pull/75) - [@pjsier](https://github.com/pjsier) diff --git a/Cargo.toml b/Cargo.toml index cf496c4..ece74d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "diskonaut" description = "Terminal disk space visual navigator" -version = "0.11.0" -authors = ["Aram Drevekenin "] +version = "0.12.0" +authors = ["Aram Drevekenin ", "Gregory Shuflin "] readme = "README.md" -homepage = "https://github.com/imsnif/diskonaut" -repository = "https://github.com/imsnif/diskonaut" +homepage = "https://code.everydayimshuflin.com/greg/diskonaut"" +repository = "https://code.everydayimshuflin.com/greg/diskonaut"" license = "MIT" edition = "2024"