Skip to content

Commit 4a50581

Browse files
committed
Update changelogs
1 parent 5c76cfd commit 4a50581

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

axum-core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
# 0.5.5
9+
10+
Released without changes to fix docs.rs build.
11+
812
# 0.5.4
913

1014
- **fixed:** Removed unused `rustversion` dependency ([#3502])

axum-extra/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Yanked from crates.io due to unforeseen breaking change, see [#3190] for details
1111

1212
[#3190]: https://github.com/tokio-rs/axum/pull/3190
1313

14+
# 0.10.3
15+
16+
Released without changes to fix docs.rs build.
17+
1418
# 0.10.2
1519

1620
- **added:** Implement `OptionalFromRequest` for `Host` ([#3177])

axum/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
# 0.8.6
9+
10+
Released without changes to fix docs.rs build.
11+
812
# 0.8.5
913

1014
- **fixed:** Reject JSON request bodies with trailing characters after the JSON document ([#3453])

0 commit comments

Comments
 (0)