Skip to content

Commit 9bc24e0

Browse files
authored
bump version to v1.0.1 (#173)
* bump version to v1.0.1 * add header for next version as well
1 parent 02dfe8d commit 9bc24e0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## Unreleased
1111

12+
-
13+
14+
## [1.0.1](https://github.com/autometrics-dev/autometrics-rs/releases/tag/v1.0.1) - 2024-02-12
15+
1216
- Update `http` to `1.0`. This fixes compatibility with `axum 0.7` (#167)
1317
- Explicitly set default timeout and period for the OTEL push exporter (#168)
1418
- Fix a regression that made all compilation errors in instrumented code appear as located in

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "1.0.0"
2+
version = "1.0.1"
33
edition = "2021"
44
authors = ["Fiberplane <[email protected]>", "Evan Schwartz <[email protected]>"]
55
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 = [
2121
exclude = ["examples/data", "examples/target"]
2222

2323
[workspace.dependencies]
24-
autometrics-macros = { version = "1.0.0", path = "autometrics-macros" }
24+
autometrics-macros = { version = "1.0.1", path = "autometrics-macros" }

0 commit comments

Comments
 (0)