From 1507ece34c12d6f22121421a93daffc4f3258718 Mon Sep 17 00:00:00 2001 From: Mari Date: Thu, 25 Jul 2024 15:40:57 +0200 Subject: [PATCH] bump version to v2.0.0 (#180) --- CHANGELOG.md | 4 ++++ Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a86509c..b79ef56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +- + +## [2.0.0](https://github.com/autometrics-dev/autometrics-rs/releases/tag/v2.0.0) - 2024-07-25 + ### Breaking changes - `opentelemetry` has been updated to v0.24 (#179) diff --git a/Cargo.toml b/Cargo.toml index 166a492..f18ade7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "1.0.1" +version = "2.0.0" edition = "2021" authors = ["Fiberplane ", "Evan Schwartz <3262610+emschwartz@users.noreply.github.com>"] description = " Easily add metrics to your code that actually help you spot and debug issues in production. Built on Prometheus and OpenTelemetry." @@ -21,4 +21,4 @@ members = [ exclude = ["examples/data", "examples/target"] [workspace.dependencies] -autometrics-macros = { version = "1.0.1", path = "autometrics-macros" } +autometrics-macros = { version = "2.0.0", path = "autometrics-macros" }