Skip to content

Commit 263e58e

Browse files
committed
axum-core: Version 0.1.2
1 parent 9c47131 commit 263e58e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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.1.2 (22. February, 2022)
13+
1014
- **added:** Implement `IntoResponse` for `bytes::BytesMut` and `bytes::Chain<T, U>` ([#767])
1115

1216
[#767]: https://github.com/tokio-rs/axum/pull/767

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.1"
11+
version = "0.1.2"
1212

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

0 commit comments

Comments
 (0)