From 9a9ef95b2ba0d83c789a5900af41a41a7603b41a Mon Sep 17 00:00:00 2001 From: Lars Strojny Date: Thu, 30 Mar 2023 12:53:36 +0200 Subject: [PATCH] Prepare 0.7.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd777c66..358f9472 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1581,7 +1581,7 @@ dependencies = [ [[package]] name = "prometheus-weathermen" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "bcrypt", diff --git a/Cargo.toml b/Cargo.toml index d16c5a64..0cb698c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "prometheus-weathermen" description = "A prometheus exporter for weather data from various weather APIs" -version = "0.6.0" +version = "0.7.0" edition = "2021" license = "MIT OR Apache-2.0" keywords = ["prometheus", "prometheus-exporter", "weather", "monitoring"]