From dd08a3bda95e1fdb13130f7024b2714f2f3e8423 Mon Sep 17 00:00:00 2001 From: Evan Schwartz <3262610+emschwartz@users.noreply.github.com> Date: Wed, 8 Feb 2023 10:25:18 +0100 Subject: [PATCH] v0.2.4 --- Cargo.toml | 2 +- macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7fff471..ecd3844 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "autometrics" -version = "0.2.3" +version = "0.2.4" 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 8921b0e..63be58f 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "autometrics-macros" -version = "0.2.3" +version = "0.2.4" edition = "2021" authors = ["Fiberplane ", "Evan Schwartz <3262610+emschwartz@users.noreply.github.com>"] description = "Macros for the autometrics crate"