Skip to content

Commit d55602a

Browse files
committed
Release dua-cli v2.32.1
1 parent fb8571f commit d55602a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## 2.32.1 (2025-10-28)
99

1010
'q' to quit is now more usable as it will insta-quit if the traversal took less than 10s and
1111
if nothing is still marked for deletion.
@@ -20,7 +20,7 @@ This makes it easy to use in 'quick-view' scenarios.
2020

2121
<csr-read-only-do-not-edit/>
2222

23-
- 5 commits contributed to the release.
23+
- 6 commits contributed to the release.
2424
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2525
- 0 issues like '(#ID)' were seen in commit messages
2626

@@ -31,6 +31,7 @@ This makes it easy to use in 'quick-view' scenarios.
3131
<details><summary>view details</summary>
3232

3333
* **Uncategorized**
34+
- Prepare next release changelog ([`fb8571f`](https://github.com/Byron/dua-cli/commit/fb8571fec263a27a03700dacdf1d1f51e0e844e7))
3435
- Merge pull request #297 from Byron/copilot/fix-instant-quit-on-q ([`938ae33`](https://github.com/Byron/dua-cli/commit/938ae33195498ab3451d83dac90eeb80302b0d12))
3536
- Only quit immediately if the traversal didn't take too long. ([`7f27170`](https://github.com/Byron/dua-cli/commit/7f271701240d89799b3dd6a8f95cc613dd5c1340))
3637
- Update dependencies ([`d0f66d6`](https://github.com/Byron/dua-cli/commit/d0f66d6dcb859c4a27d30dc74da60eda1b5fb758))

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dua-cli"
3-
version = "2.32.0"
3+
version = "2.32.1"
44
authors = ["Sebastian Thiel <[email protected]>"]
55
edition = "2021"
66
repository = "https://github.com/Byron/dua-cli"

0 commit comments

Comments
 (0)