Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
bump version to v1.0.1
  • Loading branch information
mellowagain committed Feb 12, 2024
commit 0cdd4afe2d5ba4f67f308b7a8a78e66997d16c2c
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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 <[email protected]>", "Evan Schwartz <[email protected]>"]
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" }