Version update: 0.12 -> 0.13

This commit is contained in:
Greg Shuflin
2025-11-26 22:03:47 -08:00
parent 965c42a34b
commit 847f14ce09
3 changed files with 4 additions and 2 deletions

View File

@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
## [Unreleased] ## [Unreleased]
## [0.13.0] - 2025-11-26
- Incorporates several package updates, no feature changes
## [0.12.0] - 2025-11-01 ## [0.12.0] - 2025-11-01
- This is the first update to diskonaut in a few years, under a new maintainer (Gregory Shuflin) - This is the first update to diskonaut in a few years, under a new maintainer (Gregory Shuflin)

2
Cargo.lock generated
View File

@@ -335,7 +335,7 @@ dependencies = [
[[package]] [[package]]
name = "diskonaut" name = "diskonaut"
version = "0.12.0" version = "0.13.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",

View File

@@ -1,7 +1,7 @@
[package] [package]
name = "diskonaut" name = "diskonaut"
description = "Terminal disk space visual navigator" description = "Terminal disk space visual navigator"
version = "0.12.0" version = "0.13.0"
authors = ["Aram Drevekenin <aram@poor.dev>", "Gregory Shuflin <greg@everydayimshuflin.com>"] authors = ["Aram Drevekenin <aram@poor.dev>", "Gregory Shuflin <greg@everydayimshuflin.com>"]
readme = "README.md" readme = "README.md"
homepage = "https://code.everydayimshuflin.com/greg/diskonaut" homepage = "https://code.everydayimshuflin.com/greg/diskonaut"