Skip to content

Commit c708ddd

Browse files
chore: release v0.6.0 (#55)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 73e771d commit c708ddd

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.0](https://github.com/doublewordai/outlet/compare/v0.5.2...v0.6.0) - 2026-02-25
11+
12+
### Fixed
13+
14+
- make types crate only
15+
- remove handle_request traces as they were empty, and move handle_response to be inside the caller ([#54](https://github.com/doublewordai/outlet/pull/54))
16+
1017
## [0.5.2](https://github.com/doublewordai/outlet/compare/v0.5.1...v0.5.2) - 2026-02-04
1118

1219
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "outlet"
3-
version = "0.5.2"
3+
version = "0.6.0"
44
edition = "2021"
55
description = "HTTP request/response logging middleware for Axum with streaming support"
66
license = "MIT"

0 commit comments

Comments
 (0)