Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7633de4

Browse files
committed
Release dua-cli v2.18.2
1 parent 3420dd4 commit 7633de4

3 files changed

Lines changed: 31 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@ 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.18.2 (2022-12-13)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-3420dd4e14f3510662b58ae95ae7919ce0a98c95/> downgrade `jwalk` to 0.6 - the latest version does not actually iterate but instead keeps everything in memory.
13+
That's why `dua` didn't feel responsive anymore, was much slower and
14+
built up a lot of memory.
15+
16+
### Commit Statistics
17+
18+
<csr-read-only-do-not-edit/>
19+
20+
- 2 commits contributed to the release.
21+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
22+
- 0 issues like '(#ID)' were seen in commit messages
23+
24+
### Commit Details
25+
26+
<csr-read-only-do-not-edit/>
27+
28+
<details><summary>view details</summary>
29+
30+
* **Uncategorized**
31+
- downgrade `jwalk` to 0.6 - the latest version does not actually iterate but instead keeps everything in memory. ([`3420dd4`](https://github.com/Byron/dua-cli/commit/3420dd4e14f3510662b58ae95ae7919ce0a98c95))
32+
- adjust maximum package size ([`8a4d8c2`](https://github.com/Byron/dua-cli/commit/8a4d8c27a8c94de6b62fb9d9bd5ba9031f9d6681))
33+
</details>
34+
835
## 2.18.1 (2022-12-13)
936

1037
<csr-id-946806e7390799807361562b038fb12eeb2ddf11/>
@@ -27,7 +54,7 @@ to something without color by default thanks to the upgrade to `clap` 4.
2754

2855
<csr-read-only-do-not-edit/>
2956

30-
- 11 commits contributed to the release over the course of 86 calendar days.
57+
- 12 commits contributed to the release over the course of 86 calendar days.
3158
- 92 days passed between releases.
3259
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
3360
- 0 issues like '(#ID)' were seen in commit messages
@@ -45,6 +72,7 @@ to something without color by default thanks to the upgrade to `clap` 4.
4572
<details><summary>view details</summary>
4673

4774
* **Uncategorized**
75+
- Release dua-cli v2.18.1 ([`58b53ff`](https://github.com/Byron/dua-cli/commit/58b53ff46274646833a0c07cf89d36301c0eb103))
4876
- prepare changelog prior to release ([`4f7915a`](https://github.com/Byron/dua-cli/commit/4f7915ac4226b98ca423cb2010a706379afe4cee))
4977
- upgrade to clap 4 ([`dd8b0ef`](https://github.com/Byron/dua-cli/commit/dd8b0ef8e12dfc8d7fb8f359f504c63034d60b9f))
5078
- upgrade sysinfo and make thread detection work for all Apple M series for now. ([`bbd5c67`](https://github.com/Byron/dua-cli/commit/bbd5c67342f9e5b509b0ab6e9ca2319c3c7605e2))

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

0 commit comments

Comments
 (0)