From 7cbb65afcb88d20bd6e26d5e2d46be20078f7719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Mon, 19 Apr 2021 11:50:14 +0200 Subject: [PATCH] chore: bump version to 0.3.0 and update changelog --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 482f2c5..dd69677 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.3.0] - 2021-04-19 ### Added - added healthcheck endpoint diff --git a/Cargo.lock b/Cargo.lock index a30390a..1445e71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -550,7 +550,7 @@ dependencies = [ [[package]] name = "peshming" -version = "0.2.3" +version = "0.3.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index e90747c..2b36335 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peshming" -version = "0.2.3" +version = "0.3.0" authors = ["Jan Christian Grünhage "] edition = "2018" description = "Pings configured hosts in a configurable intervals and exposes metrics for prometheus."