diff --git a/CHANGELOG.md b/CHANGELOG.md index 67170e5..4aa869c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) ## [Unreleased] +## [0.13.0] - 2025-11-26 +- Incorporates several package updates, no feature changes ## [0.12.0] - 2025-11-01 - This is the first update to diskonaut in a few years, under a new maintainer (Gregory Shuflin) diff --git a/Cargo.lock b/Cargo.lock index 8fd56dd..7ab8f36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -335,7 +335,7 @@ dependencies = [ [[package]] name = "diskonaut" -version = "0.12.0" +version = "0.13.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index dd1fc1c..a4d84ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "diskonaut" description = "Terminal disk space visual navigator" -version = "0.12.0" +version = "0.13.0" authors = ["Aram Drevekenin ", "Gregory Shuflin "] readme = "README.md" homepage = "https://code.everydayimshuflin.com/greg/diskonaut"