chore: bump version to 0.5.0

This commit is contained in:
Jan Christian Grünhage 2022-04-02 22:13:57 +02:00
parent 3cafa3d5ae
commit 83d8cd2d54
3 changed files with 12 additions and 2 deletions

View file

@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [v0.5.0] - 2022-04-02
### Added
- shell completion generation
- man page generation
- allow configuring timeout
- allow configuring ping bucket sizes
### Changed
- replace prometheus crate with metrics
- replace raw hyper with axum
## [v0.4.1] - 2021-04-27
### Changed
- code cleanup

2
Cargo.lock generated
View file

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

View file

@ -1,6 +1,6 @@
[package]
name = "peshming"
version = "0.4.1"
version = "0.5.0"
license = "AGPL-3.0-only"
authors = ["Jan Christian Grünhage <jan.christian@gruenhage.xyz>"]
repository = "https://git.jcg.re/jcgruenhage/peshming"