Skip to content

Commit

Permalink
v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emschwartz committed Jan 31, 2023
1 parent 447e47d commit 2b0bbeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "autometrics"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
authors = ["Fiberplane <[email protected]>", "Evan Schwartz <[email protected]>"]
description = "Easily add metrics to your system -- and actually understand them using automatically customized Prometheus queries"
Expand All @@ -25,7 +25,7 @@ prometheus-exporter = [
]

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

# Used for opentelemetry feature
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "autometrics-macros"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
authors = ["Fiberplane <[email protected]>", "Evan Schwartz <[email protected]>"]
description = "Macros for the autometrics crate"
Expand Down

0 comments on commit 2b0bbeb

Please sign in to comment.