chore: bump version to 0.5.1

This commit is contained in:
Jan Christian Grünhage 2022-04-03 01:53:03 +02:00
parent 6a79d5adf1
commit df0a909c00
3 changed files with 6 additions and 2 deletions

View File

@ -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

2
Cargo.lock generated
View File

@ -768,7 +768,7 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "peshming"
version = "0.5.0"
version = "0.5.1"
dependencies = [
"anyhow",
"async-anyhow-logger",

View File

@ -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 <jan.christian@gruenhage.xyz>"]
repository = "https://git.jcg.re/jcgruenhage/peshming"