We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v0.4.4
1 parent c9e27f6 commit 466f0e0Copy full SHA for 466f0e0
tower-http/CHANGELOG.md
@@ -23,6 +23,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
24
- None.
25
26
+# 0.4.4 (September 1, 2023)
27
+
28
+## Added
29
30
+- **trace**: Default implementations for trace bodies.
31
32
# 0.4.3 (July 20, 2023)
33
34
## Fixed
tower-http/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "tower-http"
3
description = "Tower middleware and utilities for HTTP clients and servers"
4
-version = "0.4.3"
+version = "0.4.4"
5
authors = ["Tower Maintainers <team@tower-rs.com>"]
6
edition = "2018"
7
license = "MIT"
0 commit comments