Skip to content

Commit

Permalink
Prepare 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lstrojny committed Jan 22, 2024
1 parent 9399a11 commit 327504b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "prometheus-weathermen"
edition = "2021"
version = "0.8.0"
version = "0.9.0"
description = "A prometheus exporter for weather data from various weather APIs"
keywords = ["prometheus", "prometheus-exporter", "weather", "monitoring"]
categories = ["command-line-utilities"]
Expand Down Expand Up @@ -223,4 +223,4 @@ unwrap_used = "deny"
use_debug = "deny"
verbose_file_reads = "deny"
wildcard_enum_match_arm = "deny"
needless_lifetimes = "deny"
needless_lifetimes = "deny"

0 comments on commit 327504b

Please sign in to comment.