diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-06-12 09:54:53 +0800 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-06-12 09:54:53 +0800 |
commit | 4105a50a2ffb38ae37b3e1a49e4d3a345cc59fab (patch) | |
tree | 9a3539954a960cf947b48a0565d37035bd63adeb | |
parent | e20e9e0bd3e3cd9525aa60655704df40bb8b448a (diff) |
Release dua-cli v2.17.6v2.17.6
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2417776..fcb5ae4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.17.6 (2022-06-12) A maintenance release which should make the `ctrl + o` feature open files without blocking on linux thanks to an upgrade in the `open` crate which powers this feauture. @@ -14,7 +14,7 @@ thanks to an upgrade in the `open` crate which powers this feauture. <csr-read-only-do-not-edit/> - - 2 commits contributed to the release. + - 3 commits contributed to the release. - 29 days passed between releases. - 0 commits where understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' where seen in commit messages @@ -26,6 +26,7 @@ thanks to an upgrade in the `open` crate which powers this feauture. <details><summary>view details</summary> * **Uncategorized** + - update changelog prior to release ([`e20e9e0`](https://github.com/Byron/dua-cli/commit/e20e9e0bd3e3cd9525aa60655704df40bb8b448a)) - upgrade 'open' to latest version ([`6806241`](https://github.com/Byron/dua-cli/commit/68062418a32e9e69c78c17e1b4c33703752a2a02)) - dependency update ([`29a2abc`](https://github.com/Byron/dua-cli/commit/29a2abc33528ba9ddb8b62ad9dd98232bdf75aa9)) </details> @@ -632,6 +633,8 @@ Make `dua` less prone to hanging by ignoring certain special directories on linu ## v2.14.0 (2021-06-29) +<csr-id-02dd1b72c8fe741fb153094fdb08816f7f593c6f/> + ### Other - <csr-id-02dd1b72c8fe741fb153094fdb08816f7f593c6f/> deduplicate code @@ -254,7 +254,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" [[package]] name = "dua-cli" -version = "2.17.5" +version = "2.17.6" dependencies = [ "anyhow", "atty", @@ -1,6 +1,6 @@ [package] name = "dua-cli" -version = "2.17.5" +version = "2.17.6" authors = ["Sebastian Thiel <byronimo@gmail.com>"] edition = "2018" repository = "https://github.com/Byron/dua-cli" |