Skip to content

Commit fba2faa

Browse files
authored
axum-core: Version 0.2.0 (#894)
1 parent d7860ea commit fba2faa

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

axum-core/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.2.0 (31. March, 2022)
13+
1014
- **added:** Add `IntoResponseParts` trait which allows defining custom response
1115
types for adding headers or extensions to responses ([#797])
1216
- **breaking:** Using `HeaderMap` as an extractor will no longer remove the headers and thus

axum-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "axum-core"
99
readme = "README.md"
1010
repository = "https://github.com/tokio-rs/axum"
11-
version = "0.1.2"
11+
version = "0.2.0"
1212

1313
[dependencies]
1414
async-trait = "0.1"

axum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tower-log = ["tower/log"]
2424
ws = ["tokio-tungstenite", "sha-1", "base64"]
2525

2626
[dependencies]
27-
axum-core = { path = "../axum-core", version = "0.1.1" }
27+
axum-core = { path = "../axum-core", version = "0.2.0" }
2828
async-trait = "0.1.43"
2929
bitflags = "1.0"
3030
bytes = "1.0"

0 commit comments

Comments
 (0)