diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dfd164..40fa4ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.5.1] - 2022-04-03 +### Fixed +- shell completion for config file now completes files + ## [v0.5.0] - 2022-04-02 ### Added - shell completion generation diff --git a/Cargo.lock b/Cargo.lock index a6f1b52..997e389 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -768,7 +768,7 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" [[package]] name = "peshming" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "async-anyhow-logger", diff --git a/Cargo.toml b/Cargo.toml index e8dcff3..e36396d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peshming" -version = "0.5.0" +version = "0.5.1" license = "AGPL-3.0-only" authors = ["Jan Christian Grünhage "] repository = "https://git.jcg.re/jcgruenhage/peshming"