bump version to 0.2.3

This commit is contained in:
Jan Christian Grünhage 2020-04-08 12:02:54 +02:00
parent 0448980dd9
commit 44251fa2f7
Signed by: jcgruenhage
GPG Key ID: 6594C449C633D10C
4 changed files with 5 additions and 3 deletions

View File

@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [v0.2.3] - 2020-04-08
### Fixed
- fix interval timings concurrent pings

2
Cargo.lock generated
View File

@ -430,7 +430,7 @@ dependencies = [
[[package]]
name = "peshming"
version = "0.2.2"
version = "0.2.3"
dependencies = [
"chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "peshming"
version = "0.2.2"
version = "0.2.3"
authors = ["Jan Christian Grünhage <jan.christian@gruenhage.xyz>"]
edition = "2018"
description = "Pings configured hosts in a configurable intervals and exposes metrics for prometheus."

View File

@ -10,7 +10,7 @@ someone comes up with something better.
### Usage:
```
$ peshming --help
peshming 0.2.2
peshming 0.2.3
Jan Christian Grünhage <jan.christian@gruenhage.xyz>
Pings configured hosts in a configurable intervals and exposes metrics for prometheus.