From 0cdd4afe2d5ba4f67f308b7a8a78e66997d16c2c Mon Sep 17 00:00:00 2001 From: Mari Date: Mon, 12 Feb 2024 13:49:54 +0100 Subject: [PATCH 1/2] bump version to v1.0.1 --- CHANGELOG.md | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 533ce61..996e12c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- -## Unreleased +## [1.0.1](https://github.com/autometrics-dev/autometrics-rs/releases/tag/v1.0.1) - 2024-02-12 - Update `http` to `1.0`. This fixes compatibility with `axum 0.7` (#167) - Explicitly set default timeout and period for the OTEL push exporter (#168) diff --git a/Cargo.toml b/Cargo.toml index b21d5b0..166a492 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "1.0.0" +version = "1.0.1" 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.0", path = "autometrics-macros" } +autometrics-macros = { version = "1.0.1", path = "autometrics-macros" } From 1d6da9d7a7826389f5d95761d05dcf87cc839cd6 Mon Sep 17 00:00:00 2001 From: Mari Date: Mon, 12 Feb 2024 13:51:00 +0100 Subject: [PATCH 2/2] add header for next version as well --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 996e12c..26deec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## Unreleased + +- + ## [1.0.1](https://github.com/autometrics-dev/autometrics-rs/releases/tag/v1.0.1) - 2024-02-12 - Update `http` to `1.0`. This fixes compatibility with `axum 0.7` (#167)