summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-12-13 19:11:27 +0100
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-12-13 19:11:27 +0100
commit58b53ff46274646833a0c07cf89d36301c0eb103 (patch)
tree5400b5a7993136fed1b96d5e01049e8eca601838
parent4f7915ac4226b98ca423cb2010a706379afe4cee (diff)
Release dua-cli v2.18.1v2.18.1
-rw-r--r--CHANGELOG.md9
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 94b7b39..0b33c6e 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)
+
+<csr-id-946806e7390799807361562b038fb12eeb2ddf11/>
+<csr-id-d3fa946029ef44e5032762ff265180c23a629316/>
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.
<details><summary>view details</summary>
* **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)
+<csr-id-6a636d542594a76ef8b2faf2ec6347e4c8cb6b38/>
+
### 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 bb2802f..4f1b69d 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 26d031f..982a8b7 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 <byronimo@gmail.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"