diff --git a/CHANGELOG.md b/CHANGELOG.md index 94b7b39e..0b33c6e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,10 @@ 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). -## Unreleased +## 2.18.1 (2022-12-13) + + + Update all dependencies to the latest version. This most notably changes the look of the CLI to something without color by default thanks to the upgrade to `clap` 4. @@ -42,7 +45,7 @@ to something without color by default thanks to the upgrade to `clap` 4.
view details * **Uncategorized** - - prepare changelog prior to release ([`8594faa`](https://github.com/Byron/dua-cli/commit/8594faa16f9eb71419ab09c0b64f834ba6f78239)) + - 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)) - upgrade to trash v3.0 ([`bbd3a1c`](https://github.com/Byron/dua-cli/commit/bbd3a1ceaa15fb07c86ad9f4f5fcbaf991cb12af)) @@ -57,6 +60,8 @@ to something without color by default thanks to the upgrade to `clap` 4. ## 2.18.0 (2022-09-12) + + ### Fixes - Remove a duplicate draw call which would have doubled the time it takes to refresh on user input. diff --git a/Cargo.lock b/Cargo.lock index bb2802f0..4f1b69d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -224,7 +224,7 @@ checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" [[package]] name = "dua-cli" -version = "2.18.0" +version = "2.18.1" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 26d031f7..982a8b71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dua-cli" -version = "2.18.0" +version = "2.18.1" authors = ["Sebastian Thiel "] edition = "2018" repository = "https://github.com/Byron/dua-cli"