We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c47131 commit 263e58eCopy full SHA for 263e58e
axum-core/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
# Unreleased
9
10
+- None.
11
+
12
+# 0.1.2 (22. February, 2022)
13
14
- **added:** Implement `IntoResponse` for `bytes::BytesMut` and `bytes::Chain<T, U>` ([#767])
15
16
[#767]: https://github.com/tokio-rs/axum/pull/767
axum-core/Cargo.toml
@@ -8,7 +8,7 @@ license = "MIT"
name = "axum-core"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
-version = "0.1.1"
+version = "0.1.2"
[dependencies]
async-trait = "0.1"
0 commit comments