Skip to content

Commit 6386036

Browse files
committed
Release dua-cli v2.29.4
1 parent 4efb5d0 commit 6386036

File tree

3 files changed

+41
-3
lines changed

3 files changed

+41
-3
lines changed

CHANGELOG.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,45 @@ 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.29.4 (2024-11-03)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-4efb5d0cd46c00f13d06dfcb13279f2c5d852d95/> enable "chrono" in `trash` crate
13+
This hopefully adds deletion dates to trashed files.
14+
15+
### Other
16+
17+
- <csr-id-44d25a64475ff861875fe97c4612356eb697f4bf/> update actions/upload-artifact to v4
18+
The release workflow failed because actions/upload-artifact@v1 doesn't work anymore.
19+
20+
### Commit Statistics
21+
22+
<csr-read-only-do-not-edit/>
23+
24+
- 3 commits contributed to the release.
25+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
26+
- 1 unique issue was worked on: [#268](https://github.com/Byron/dua-cli/issues/268)
27+
28+
### Commit Details
29+
30+
<csr-read-only-do-not-edit/>
31+
32+
<details><summary>view details</summary>
33+
34+
* **[#268](https://github.com/Byron/dua-cli/issues/268)**
35+
- Enable "chrono" in `trash` crate ([`4efb5d0`](https://github.com/Byron/dua-cli/commit/4efb5d0cd46c00f13d06dfcb13279f2c5d852d95))
36+
* **Uncategorized**
37+
- Merge pull request #267 from suzuki-shunsuke/chore-update-upload-artifact-v4 ([`904b3fc`](https://github.com/Byron/dua-cli/commit/904b3fce3a1df7a57c8564e57e65ed582d61ba44))
38+
- Update actions/upload-artifact to v4 ([`44d25a6`](https://github.com/Byron/dua-cli/commit/44d25a64475ff861875fe97c4612356eb697f4bf))
39+
</details>
40+
841
## 2.29.3 (2024-11-03)
942

43+
<csr-id-25a6ad73a6571bffe7fac56c61ff2e52ccda0b53/>
44+
<csr-id-c66e585ec73707d113d481ae2627187c9071539d/>
45+
<csr-id-fa203b1b955b896d989eb46e72f13fd5e6cd6120/>
46+
1047
### Chore
1148

1249
- <csr-id-25a6ad73a6571bffe7fac56c61ff2e52ccda0b53/> upgrade `gix-glob` and `trash`
@@ -25,7 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2562

2663
<csr-read-only-do-not-edit/>
2764

28-
- 10 commits contributed to the release.
65+
- 11 commits contributed to the release.
2966
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
3067
- 1 unique issue was worked on: [#265](https://github.com/Byron/dua-cli/issues/265)
3168

@@ -38,6 +75,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3875
* **[#265](https://github.com/Byron/dua-cli/issues/265)**
3976
- Upgrade `gix-glob` and `trash` ([`25a6ad7`](https://github.com/Byron/dua-cli/commit/25a6ad73a6571bffe7fac56c61ff2e52ccda0b53))
4077
* **Uncategorized**
78+
- Release dua-cli v2.29.3 ([`f5cb1ce`](https://github.com/Byron/dua-cli/commit/f5cb1ce4bab5c225bf8053229e86ab21b5f273e5))
4179
- Merge pull request #266 from Byron/upgrades ([`297be49`](https://github.com/Byron/dua-cli/commit/297be49c4502ca05104693a8135ccf1f63b8a5c7))
4280
- Merge pull request #261 from Byron/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7 ([`ee55bf5`](https://github.com/Byron/dua-cli/commit/ee55bf584ffa3e7adf25f30190e091a54102959f))
4381
- Merge pull request #260 from Byron/dependabot/cargo/gix-path-0.10.10 ([`4d859aa`](https://github.com/Byron/dua-cli/commit/4d859aac4fd95b2a3c12dbbc5bfaa414490d0316))

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

0 commit comments

Comments
 (0)