Skip to content

Commit 1f852ed

Browse files
committed
Release dua-cli v2.17.3
1 parent aa2646d commit 1f852ed

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.17.3 (2022-05-10)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-aa2646d5ae4d931ef15787a9723daa007add4a91/> dependency update; upgrade to trash v2.1.1 .
13+
The trash upgrade makes sure that trashed items on mount points
14+
on freedesktop are actually restorable.
15+
16+
### Commit Statistics
17+
18+
<csr-read-only-do-not-edit/>
19+
20+
- 3 commits contributed to the release over the course of 3 calendar days.
21+
- 3 days passed between releases.
22+
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
23+
- 1 unique issue was worked on: [#123](https://github.com/Byron/dua-cli/issues/123)
24+
25+
### Commit Details
26+
27+
<csr-read-only-do-not-edit/>
28+
29+
<details><summary>view details</summary>
30+
31+
* **[#123](https://github.com/Byron/dua-cli/issues/123)**
32+
- update readme to reflect the changes in install.sh ([`086d0b2`](https://github.com/Byron/dua-cli/commit/086d0b257cc7488132f8c5ea1b550f352e30e828))
33+
* **Uncategorized**
34+
- dependency update; upgrade to trash v2.1.1 . ([`aa2646d`](https://github.com/Byron/dua-cli/commit/aa2646d5ae4d931ef15787a9723daa007add4a91))
35+
- fix cargo-diet check on CI ([`129c511`](https://github.com/Byron/dua-cli/commit/129c5114b15f1f644fa0c65266f13bed188ac161))
36+
</details>
37+
838
## 2.17.2 (2022-05-06)
939

1040
A maintenance release that updates all dependencies. Most notably, `trash-rs` includes a fix for
@@ -14,7 +44,7 @@ properly moving files into the trash that required parent directories to be crea
1444

1545
<csr-read-only-do-not-edit/>
1646

17-
- 3 commits contributed to the release over the course of 8 calendar days.
47+
- 4 commits contributed to the release over the course of 8 calendar days.
1848
- 46 days passed between releases.
1949
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
2050
- 0 issues like '(#ID)' where seen in commit messages
@@ -26,6 +56,7 @@ properly moving files into the trash that required parent directories to be crea
2656
<details><summary>view details</summary>
2757

2858
* **Uncategorized**
59+
- Release dua-cli v2.17.2 ([`dd9f893`](https://github.com/Byron/dua-cli/commit/dd9f8933b75e052dbf3a13a9599061687690fcbe))
2960
- update changelog prior to release ([`70581b6`](https://github.com/Byron/dua-cli/commit/70581b6ff384309ddc56d2650c8fef1f41e88d28))
3061
- dependency update ([`8f3e157`](https://github.com/Byron/dua-cli/commit/8f3e157b86e7dd7c9669623aea03d7c74340d187))
3162
- update dependencies ([`d8eae6e`](https://github.com/Byron/dua-cli/commit/d8eae6e8cf788ea8d69b3e73e83027f2f0e44391))

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

0 commit comments

Comments
 (0)