Skip to content

Commit

Permalink
Release dua-cli v2.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jun 12, 2022
1 parent e20e9e0 commit 4105a50
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand All @@ -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>
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 4105a50

Please sign in to comment.