From 7633de4956a5bd770b0db61f1e773b0cb6bfdfa8 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 13 Dec 2022 19:35:31 +0100 Subject: Release dua-cli v2.18.2 --- CHANGELOG.md | 30 +++++++++++++++++++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 31 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b33c6e..7104998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,33 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.18.2 (2022-12-13) + +### Bug Fixes + + - downgrade `jwalk` to 0.6 - the latest version does not actually iterate but instead keeps everything in memory. + That's why `dua` didn't feel responsive anymore, was much slower and + built up a lot of memory. + +### Commit Statistics + + + + - 2 commits contributed to the release. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - 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)) + - adjust maximum package size ([`8a4d8c2`](https://github.com/Byron/dua-cli/commit/8a4d8c27a8c94de6b62fb9d9bd5ba9031f9d6681)) +
+ ## 2.18.1 (2022-12-13) @@ -27,7 +54,7 @@ to something without color by default thanks to the upgrade to `clap` 4. - - 11 commits contributed to the release over the course of 86 calendar days. + - 12 commits contributed to the release over the course of 86 calendar days. - 92 days passed between releases. - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 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.
view details * **Uncategorized** + - Release dua-cli v2.18.1 ([`58b53ff`](https://github.com/Byron/dua-cli/commit/58b53ff46274646833a0c07cf89d36301c0eb103)) - prepare changelog prior to release ([`4f7915a`](https://github.com/Byron/dua-cli/commit/4f7915ac4226b98ca423cb2010a706379afe4cee)) - upgrade to clap 4 ([`dd8b0ef`](https://github.com/Byron/dua-cli/commit/dd8b0ef8e12dfc8d7fb8f359f504c63034d60b9f)) - upgrade sysinfo and make thread detection work for all Apple M series for now. ([`bbd5c67`](https://github.com/Byron/dua-cli/commit/bbd5c67342f9e5b509b0ab6e9ca2319c3c7605e2)) diff --git a/Cargo.lock b/Cargo.lock index c68cb5d..d478938 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -224,7 +224,7 @@ checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" [[package]] name = "dua-cli" -version = "2.18.1" +version = "2.18.2" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 982a8b7..bc2f015 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dua-cli" -version = "2.18.1" +version = "2.18.2" authors = ["Sebastian Thiel "] edition = "2018" repository = "https://github.com/Byron/dua-cli" -- cgit v1.2.3