From 1c6ae63ff061d0df17654d7f429df99474fcdfe4 Mon Sep 17 00:00:00 2001 From: Mari Date: Fri, 1 Dec 2023 14:51:38 +0100 Subject: [PATCH] bump version to v1.0.0 (#165) --- CHANGELOG.md | 6 +++++- Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 366a39d..a147dbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- -## [Unreleased] +## Unreleased + +- + +## [1.0.0] - 2023-12-01 ### Breaking changes diff --git a/Cargo.toml b/Cargo.toml index b62fd92..b21d5b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.6.0" +version = "1.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 = "0.6.0", path = "autometrics-macros" } +autometrics-macros = { version = "1.0.0", path = "autometrics-macros" }