From 37478772bc16c210afdd04a6af4b990844cd1cba Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Fri, 24 Feb 2023 14:22:47 +0100 Subject: [PATCH] Release axum (#1782) --- axum/CHANGELOG.md | 7 ++++++- axum/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index 917a39b4..f043259b 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -7,10 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased -- **fixed:** Fix `Allow` missing from routers with middleware +- None. + +# 0.6.8 (24. February, 2023) + +- **fixed:** Fix `Allow` missing from routers with middleware ([#1773]) - **added:** Add `KeepAlive::event` for customizing the event sent for SSE keep alive ([#1729]) [#1729]: https://github.com/tokio-rs/axum/pull/1729 +[#1773]: https://github.com/tokio-rs/axum/pull/1773 # 0.6.7 (17. February, 2023) diff --git a/axum/Cargo.toml b/axum/Cargo.toml index f63543ce..4acecb54 100644 --- a/axum/Cargo.toml +++ b/axum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum" -version = "0.6.7" +version = "0.6.8" categories = ["asynchronous", "network-programming", "web-programming::http-server"] description = "Web framework that focuses on ergonomics and modularity" edition = "2021"