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

Skip to content

Commit 58b53ff

Browse files
committed
Release dua-cli v2.18.1
1 parent 4f7915a commit 58b53ff

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ 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-
## Unreleased
8+
## 2.18.1 (2022-12-13)
9+
10+
<csr-id-946806e7390799807361562b038fb12eeb2ddf11/>
11+
<csr-id-d3fa946029ef44e5032762ff265180c23a629316/>
912

1013
Update all dependencies to the latest version. This most notably changes the look of the CLI
1114
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.
4245
<details><summary>view details</summary>
4346

4447
* **Uncategorized**
45-
- prepare changelog prior to release ([`8594faa`](https://github.com/Byron/dua-cli/commit/8594faa16f9eb71419ab09c0b64f834ba6f78239))
48+
- prepare changelog prior to release ([`4f7915a`](https://github.com/Byron/dua-cli/commit/4f7915ac4226b98ca423cb2010a706379afe4cee))
4649
- upgrade to clap 4 ([`dd8b0ef`](https://github.com/Byron/dua-cli/commit/dd8b0ef8e12dfc8d7fb8f359f504c63034d60b9f))
4750
- upgrade sysinfo and make thread detection work for all Apple M series for now. ([`bbd5c67`](https://github.com/Byron/dua-cli/commit/bbd5c67342f9e5b509b0ab6e9ca2319c3c7605e2))
4851
- 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.
5760

5861
## 2.18.0 (2022-09-12)
5962

63+
<csr-id-6a636d542594a76ef8b2faf2ec6347e4c8cb6b38/>
64+
6065
### Fixes
6166

6267
- Remove a duplicate draw call which would have doubled the time it takes to refresh on user input.

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

0 commit comments

Comments
 (0)