Skip to content

Commit 2b0bbeb

Browse files
committed
v0.2
1 parent 447e47d commit 2b0bbeb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "autometrics"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["Fiberplane <info@fiberplane.com>", "Evan Schwartz <3262610+emschwartz@users.noreply.github.com>"]
66
description = "Easily add metrics to your system -- and actually understand them using automatically customized Prometheus queries"
@@ -25,7 +25,7 @@ prometheus-exporter = [
2525
]
2626

2727
[dependencies]
28-
autometrics-macros = { version = "0.1.0", path = "./macros" }
28+
autometrics-macros = { version = "0.2.0", path = "./macros" }
2929
const_format = { version = "0.2", features = ["rust_1_51"] }
3030

3131
# Used for opentelemetry feature

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "autometrics-macros"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["Fiberplane <info@fiberplane.com>", "Evan Schwartz <3262610+emschwartz@users.noreply.github.com>"]
66
description = "Macros for the autometrics crate"

0 commit comments

Comments
 (0)