Skip to content

Commit

Permalink
bump version to v1.0.1 (#173)
Browse files Browse the repository at this point in the history
* bump version to v1.0.1

* add header for next version as well
  • Loading branch information
mellowagain committed Feb 12, 2024
1 parent 02dfe8d commit 9bc24e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,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)
- Explicitly set default timeout and period for the OTEL push exporter (#168)
- Fix a regression that made all compilation errors in instrumented code appear as located in
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "1.0.0"
version = "1.0.1"
edition = "2021"
authors = ["Fiberplane <info@fiberplane.com>", "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."
Expand All @@ -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" }

0 comments on commit 9bc24e0

Please sign in to comment.