Skip to content

Commit 558a4d0

Browse files
authored
axum: Version 0.4.7 (#808)
- **added:** Implement `tower::Layer` for `Extension` ([#801]) - **changed:** Deprecate `AddExtensionLayer`. Use `Extension` instead ([#805]) [#801]: #801 [#805]: #805
1 parent ee387ae commit 558a4d0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

axum/CHANGELOG.md

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

88
# Unreleased
99

10+
- None.
11+
12+
# 0.4.7 (1. March, 2022)
13+
1014
- **added:** Implement `tower::Layer` for `Extension` ([#801])
1115
- **changed:** Deprecate `AddExtensionLayer`. Use `Extension` instead ([#805])
1216

axum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "axum"
3-
version = "0.4.6"
3+
version = "0.4.7"
44
categories = ["asynchronous", "network-programming", "web-programming"]
55
description = "Web framework that focuses on ergonomics and modularity"
66
edition = "2018"

0 commit comments

Comments
 (0)