Version update: 0.12 -> 0.13
This commit is contained in:
@@ -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
2
Cargo.lock
generated
@@ -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",
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user