Skip to content

Commit 6e91054

Browse files
committed
Release dua-cli v2.32.2
1 parent 847af46 commit 6e91054

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ 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+
## 2.32.2 (2025-10-28)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-847af46ba643c53b8d5aa7a9a3abd9ff37032311/> don't let 'q' quit instantly if it's still collecting files.
13+
14+
### Commit Statistics
15+
16+
<csr-read-only-do-not-edit/>
17+
18+
- 1 commit contributed to the release.
19+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
20+
- 0 issues like '(#ID)' were seen in commit messages
21+
22+
### Commit Details
23+
24+
<csr-read-only-do-not-edit/>
25+
26+
<details><summary>view details</summary>
27+
28+
* **Uncategorized**
29+
- Don't let 'q' quit instantly if it's still collecting files. ([`847af46`](https://github.com/Byron/dua-cli/commit/847af46ba643c53b8d5aa7a9a3abd9ff37032311))
30+
</details>
31+
832
## 2.32.1 (2025-10-28)
933

1034
'q' to quit is now more usable as it will insta-quit if the traversal took less than 10s and
@@ -20,7 +44,7 @@ This makes it easy to use in 'quick-view' scenarios.
2044

2145
<csr-read-only-do-not-edit/>
2246

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

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

3357
* **Uncategorized**
58+
- Release dua-cli v2.32.1 ([`d55602a`](https://github.com/Byron/dua-cli/commit/d55602a515e9c888243fedbc2f07f54bb2d2cc1c))
3459
- Prepare next release changelog ([`fb8571f`](https://github.com/Byron/dua-cli/commit/fb8571fec263a27a03700dacdf1d1f51e0e844e7))
3560
- Merge pull request #297 from Byron/copilot/fix-instant-quit-on-q ([`938ae33`](https://github.com/Byron/dua-cli/commit/938ae33195498ab3451d83dac90eeb80302b0d12))
3661
- Only quit immediately if the traversal didn't take too long. ([`7f27170`](https://github.com/Byron/dua-cli/commit/7f271701240d89799b3dd6a8f95cc613dd5c1340))

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.1"
3+
version = "2.32.2"
44
authors = ["Sebastian Thiel <[email protected]>"]
55
edition = "2021"
66
repository = "https://github.com/Byron/dua-cli"

0 commit comments

Comments
 (0)