chore: bump version to 0.5.0
This commit is contained in:
parent
3cafa3d5ae
commit
83d8cd2d54
3 changed files with 12 additions and 2 deletions
10
CHANGELOG.md
10
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
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -768,7 +768,7 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|||
|
||||
[[package]]
|
||||
name = "peshming"
|
||||
version = "0.4.1"
|
||||
version = "0.5.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-anyhow-logger",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue