From 4105a50a2ffb38ae37b3e1a49e4d3a345cc59fab Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 12 Jun 2022 09:54:53 +0800 Subject: Release dua-cli v2.17.6 --- CHANGELOG.md | 7 +++++-- Cargo.lock | 2 +- 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. - - 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.
view details * **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))
@@ -632,6 +633,8 @@ Make `dua` less prone to hanging by ignoring certain special directories on linu ## v2.14.0 (2021-06-29) + + ### Other - deduplicate code diff --git a/Cargo.lock b/Cargo.lock index 035f3df..0110a86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -254,7 +254,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" [[package]] name = "dua-cli" -version = "2.17.5" +version = "2.17.6" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 652eda3..f9426f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dua-cli" -version = "2.17.5" +version = "2.17.6" authors = ["Sebastian Thiel "] edition = "2018" repository = "https://github.com/Byron/dua-cli" -- cgit v1.2.3