From 83d8cd2d540a5c359495d4adc2e9d0443a77033d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sat, 2 Apr 2022 22:13:57 +0200 Subject: [PATCH] chore: bump version to 0.5.0 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eaf480..0dfd164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index a6bc2fb..a6f1b52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -768,7 +768,7 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" [[package]] name = "peshming" -version = "0.4.1" +version = "0.5.0" dependencies = [ "anyhow", "async-anyhow-logger", diff --git a/Cargo.toml b/Cargo.toml index cfa5350..e8dcff3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] repository = "https://git.jcg.re/jcgruenhage/peshming"