From 263e58e2c3f0398e95685c78b9a4219a4977eda9 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Tue, 22 Feb 2022 13:34:29 +0100 Subject: [PATCH] axum-core: Version 0.1.2 --- axum-core/CHANGELOG.md | 4 ++++ axum-core/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/axum-core/CHANGELOG.md b/axum-core/CHANGELOG.md index 38b63c70dd..af945a030f 100644 --- a/axum-core/CHANGELOG.md +++ b/axum-core/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased +- None. + +# 0.1.2 (22. February, 2022) + - **added:** Implement `IntoResponse` for `bytes::BytesMut` and `bytes::Chain` ([#767]) [#767]: https://github.com/tokio-rs/axum/pull/767 diff --git a/axum-core/Cargo.toml b/axum-core/Cargo.toml index f99ce4d3b5..ae901fe131 100644 --- a/axum-core/Cargo.toml +++ b/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"