Skip to content

Commit 46fece5

Browse files
committed
Release dua-cli v2.24.1
1 parent 8ae727e commit 46fece5

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,36 @@ 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.24.1 (2023-12-25)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-8ae727e462b38541636c8e03d140953cad8f34cf/> keep checking for existance of entries outside of the glob top-level.
13+
The glob top-level is used to display all search results which means
14+
that there can be a lot of them, which would unnecessarily slow down
15+
the search operation.
16+
17+
Previously it would never check for the existence of an entry in glob mode,
18+
but now it will do so outside of the top-level.
19+
20+
### Commit Statistics
21+
22+
<csr-read-only-do-not-edit/>
23+
24+
- 1 commit contributed to the release.
25+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
26+
- 0 issues like '(#ID)' were seen in commit messages
27+
28+
### Commit Details
29+
30+
<csr-read-only-do-not-edit/>
31+
32+
<details><summary>view details</summary>
33+
34+
* **Uncategorized**
35+
- Keep checking for existance of entries outside of the glob top-level. ([`8ae727e`](https://github.com/Byron/dua-cli/commit/8ae727e462b38541636c8e03d140953cad8f34cf))
36+
</details>
37+
838
## 2.24.0 (2023-12-24)
939

1040
<csr-id-9123ee7e648fab654520c33df672c053d5797966/>
@@ -28,7 +58,7 @@ Happy holidays!
2858

2959
<csr-read-only-do-not-edit/>
3060

31-
- 29 commits contributed to the release over the course of 12 calendar days.
61+
- 30 commits contributed to the release over the course of 12 calendar days.
3262
- 12 days passed between releases.
3363
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
3464
- 1 unique issue was worked on: [#197](https://github.com/Byron/dua-cli/issues/197)
@@ -48,6 +78,7 @@ Happy holidays!
4878
* **[#197](https://github.com/Byron/dua-cli/issues/197)**
4979
- EntryData size test passes on 32-bit ([`9123ee7`](https://github.com/Byron/dua-cli/commit/9123ee7e648fab654520c33df672c053d5797966))
5080
* **Uncategorized**
81+
- Release dua-cli v2.24.0 ([`f7958cc`](https://github.com/Byron/dua-cli/commit/f7958ccb36ab6023857bc3cdfba9ef90fdfe0c99))
5182
- Update dependencies ([`bc8c7a6`](https://github.com/Byron/dua-cli/commit/bc8c7a6bb0a96cc1562e02cf87182d13be6c264f))
5283
- Upgrade owo-colors to v4.0 ([`141c56c`](https://github.com/Byron/dua-cli/commit/141c56c560b34f35e67a699c6e88bea0c0bef0ab))
5384
- Update changelog prior to release; bump version ([`cfa8faa`](https://github.com/Byron/dua-cli/commit/cfa8faaf30a83b9517d5e10fd2702bd7a44ba1ad))

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.24.0"
3+
version = "2.24.1"
44
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
55
edition = "2021"
66
repository = "https://github.com/Byron/dua-cli"

0 commit comments

Comments
 (0)