From f83afca707a8a06c4d9c4290a46e99a83e0e4db7 Mon Sep 17 00:00:00 2001 From: Evan Schwartz <3262610+emschwartz@users.noreply.github.com> Date: Fri, 27 Jan 2023 11:49:42 +0100 Subject: [PATCH] v0.1.1 --- Cargo.toml | 2 +- macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a253c17..aec2c91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "autometrics" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Fiberplane ", "Evan Schwartz <3262610+emschwartz@users.noreply.github.com>"] description = "Easily add metrics to your system -- and actually understand them using automatically customized Prometheus queries" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index d30192e..a4d8ab7 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "autometrics-macros" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Fiberplane ", "Evan Schwartz <3262610+emschwartz@users.noreply.github.com>"] description = "Macros for the autometrics crate"