From 3d38354a4c69789ea61b0e6b7e5cdcded31bde0f Mon Sep 17 00:00:00 2001 From: sinkingpoint Date: Fri, 17 Nov 2023 11:20:24 +1100 Subject: [PATCH] v1.7.0 This is a bit of a bug fix release that solves: - https://github.com/sinkingpoint/prometheus-gravel-gateway/issues/27 - https://github.com/sinkingpoint/prometheus-gravel-gateway/issues/29 - https://github.com/sinkingpoint/openmetrics-parser/issues/2 Signed-off-by: sinkingpoint --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 688d412..ab74b7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -462,7 +462,7 @@ dependencies = [ [[package]] name = "gravel-gateway" -version = "1.6.2" +version = "1.7.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 7868306..c424a2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gravel-gateway" -version = "1.6.2" +version = "1.7.0" edition = "2018" license = "LGPL-3.0" description = "A Prometheus Push Gateway for FAAS applications"