summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2023-02-24 14:22:47 +0100
committerGitHub <noreply@github.com>2023-02-24 14:22:47 +0100
commit37478772bc16c210afdd04a6af4b990844cd1cba (patch)
tree1665386c395880b18b1f7f52a512c576064dc083
parent2cbaa63d9e04adba1bc4324198f0319df415f257 (diff)
Release axum (#1782)axum-v0.6.8
-rw-r--r--axum/CHANGELOG.md7
-rw-r--r--axum/Cargo.toml2
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"