Update to 0.12

This commit is contained in:
Greg Shuflin
2025-11-01 10:14:54 -07:00
parent d74e127f7f
commit 2b8f81dbc6
2 changed files with 14 additions and 5 deletions

View File

@@ -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)

View File

@@ -1,11 +1,11 @@
[package]
name = "diskonaut"
description = "Terminal disk space visual navigator"
version = "0.11.0"
authors = ["Aram Drevekenin <aram@poor.dev>"]
version = "0.12.0"
authors = ["Aram Drevekenin <aram@poor.dev>", "Gregory Shuflin <greg@everydayimshuflin.com>"]
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"