Skip to content

Commit 466f0e0

Browse files
authored
chore: Prepare v0.4.4 release (#403)
1 parent c9e27f6 commit 466f0e0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

tower-http/CHANGELOG.md

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

2424
- None.
2525

26+
# 0.4.4 (September 1, 2023)
27+
28+
## Added
29+
30+
- **trace**: Default implementations for trace bodies.
31+
2632
# 0.4.3 (July 20, 2023)
2733

2834
## Fixed

tower-http/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tower-http"
33
description = "Tower middleware and utilities for HTTP clients and servers"
4-
version = "0.4.3"
4+
version = "0.4.4"
55
authors = ["Tower Maintainers <team@tower-rs.com>"]
66
edition = "2018"
77
license = "MIT"

0 commit comments

Comments
 (0)