Skip to content

Commit ea93ac3

Browse files
committed
Release dua-cli v2.14.9
1 parent d0c2c7c commit ea93ac3

File tree

3 files changed

+33
-6
lines changed

3 files changed

+33
-6
lines changed

CHANGELOG.md

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ 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.14.9 (2021-10-26)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-d0c2c7cbac9b9dfa18a85a48098f1492c629bfd6/> try to produce release binaries once more
13+
With smart-release, this is created automatically.
14+
15+
### Commit Statistics
16+
17+
<csr-read-only-do-not-edit/>
18+
19+
- 2 commits contributed to the release.
20+
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
21+
- 0 issues like '(#ID)' where seen in commit messages
22+
23+
### Commit Details
24+
25+
<csr-read-only-do-not-edit/>
26+
27+
<details><summary>view details</summary>
28+
29+
* **Uncategorized**
30+
- try to produce release binaries once more ([`d0c2c7c`](https://github.com/Byron/dua-cli/commit/d0c2c7cbac9b9dfa18a85a48098f1492c629bfd6))
31+
- update package size to match new changelog ([`9bfc2ea`](https://github.com/Byron/dua-cli/commit/9bfc2ea3040148c3c4e9dd03db3cc9a0b0e7eb0c))
32+
</details>
33+
834
## 2.14.8 (2021-10-26)
935

1036
### Changed
@@ -15,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1541

1642
<csr-read-only-do-not-edit/>
1743

18-
- 3 commits contributed to the release.
44+
- 4 commits contributed to the release.
1945
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
2046
- 0 issues like '(#ID)' where seen in commit messages
2147

@@ -26,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2652
<details><summary>view details</summary>
2753

2854
* **Uncategorized**
55+
- Release dua-cli v2.14.8 ([`b9a9b3e`](https://github.com/Byron/dua-cli/commit/b9a9b3ec113430f44982e07c64bfbdde661779b6))
2956
- Use `cargo changelog` ([`e0b8328`](https://github.com/Byron/dua-cli/commit/e0b8328bde652a02f1f764975a8bf4b2f3619e17))
3057
- cleanup changelog ([`c80b1c5`](https://github.com/Byron/dua-cli/commit/c80b1c5017f2679183d1dfc5edc6d379150fbe2a))
3158
- auto-config support for Apple M1 Pro and Apple M1 Max ([`49193f0`](https://github.com/Byron/dua-cli/commit/49193f0506946981bc056b29c3f09c94e30ac457))
@@ -2140,19 +2167,19 @@ application and GUI state.
21402167
- Simplified handling of 'no paths given' case ([`ae0182f`](https://github.com/Byron/dua-cli/commit/ae0182f09c0e2c3c77298cb431421cbdc64c0fa8))
21412168
</details>
21422169

2143-
#### 1.0.0 (2019-06-01)
2170+
## 1.0.0 (2019-06-01)
21442171

21452172
Simple CLI to list top-level directories similar to sn-sort, but faster and more tailored to getting an idea of where most space is used.
21462173

2147-
##### Commit Statistics
2174+
### Commit Statistics
21482175

21492176
<csr-read-only-do-not-edit/>
21502177

21512178
- 27 commits contributed to the release over the course of 3 calendar days.
21522179
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
21532180
- 0 issues like '(#ID)' where seen in commit messages
21542181

2155-
##### Commit Details
2182+
### Commit Details
21562183

21572184
<csr-read-only-do-not-edit/>
21582185

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

0 commit comments

Comments
 (0)