Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.9.2 #157

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
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
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

All notable changes to this project will be documented in this file.

## [0.9.2] - 2025-02-13

### 🚀 Features

- Add default configuration for git-cliff (7fbaefa)
- Add changelog command to Makefile (7849b89)
- *(metrics)* Add custom bucket support for http metrics layer (89ed763)

### 🚜 Refactor

- *(metrics)* Remove requests_total counter and related code (cfad617)
- Derive default for HttpMetricsLayerBuilder (431dfbb)

### 📚 Documentation

- Update changelog template formatting (fb12e69)

### ⚙️ Miscellaneous Tasks

- Fix typo (21aee4e)
- Remove provider configuration from builder logic (5fa718c)
- Update dependencies in Cargo.toml (5a3a263)
- Update CHANGELOG.md (2daf719)
- Update CHANGELOG.md (816ccc7)

<!-- generated by git-cliff -->
## [unreleased]

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axum-otel-metrics"
version = "0.9.1"
version = "0.9.2"
edition = "2021"
license = "MIT"
description = "axum OpenTelemetry metrics middleware with prometheus exporter"
Expand Down
1 change: 1 addition & 0 deletions examples/axum-metrics-demo/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target
/.idea
!Cargo.lock