From 76d40aea914d347c9d52de1fe9b3b7bb52dbc769 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Wed, 6 Oct 2021 21:27:06 +0200 Subject: [PATCH] Version 0.2.7 (#371) - Bump minimum version of async-trait ([#370]) [#370]: https://github.com/tokio-rs/axum/pull/370 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43804059..839ae01f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - None +# 0.2.7 (06. October, 2021) + +- Bump minimum version of async-trait ([#370]) + +[#370]: https://github.com/tokio-rs/axum/pull/370 + # 0.2.6 (02. October, 2021) - Clarify that `handler::any` and `service::any` only accepts standard HTTP diff --git a/Cargo.toml b/Cargo.toml index 53ef46ba..f4123ed7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum" -version = "0.2.6" +version = "0.2.7" authors = ["David Pedersen "] categories = ["asynchronous", "network-programming", "web-programming"] description = "Web framework that focuses on ergonomics and modularity"