From 44251fa2f78bda24997952f267c1616a9affb3cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Wed, 8 Apr 2020 12:02:54 +0200 Subject: [PATCH] bump version to 0.2.3 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce5c7ca..04f27a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 40204bc..913b7b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", diff --git a/Cargo.toml b/Cargo.toml index a8a54a9..e90747c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peshming" -version = "0.2.2" +version = "0.2.3" authors = ["Jan Christian Grünhage "] edition = "2018" description = "Pings configured hosts in a configurable intervals and exposes metrics for prometheus." diff --git a/README.md b/README.md index 633e779..ec8581b 100644 --- a/README.md +++ b/README.md @@ -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 Pings configured hosts in a configurable intervals and exposes metrics for prometheus.