mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-01 08:56:15 +01:00
Release axum (#1782)
This commit is contained in:
parent
2cbaa63d9e
commit
37478772bc
2 changed files with 7 additions and 2 deletions
|
@ -7,10 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
# Unreleased
|
# 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])
|
- **added:** Add `KeepAlive::event` for customizing the event sent for SSE keep alive ([#1729])
|
||||||
|
|
||||||
[#1729]: https://github.com/tokio-rs/axum/pull/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)
|
# 0.6.7 (17. February, 2023)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "axum"
|
name = "axum"
|
||||||
version = "0.6.7"
|
version = "0.6.8"
|
||||||
categories = ["asynchronous", "network-programming", "web-programming::http-server"]
|
categories = ["asynchronous", "network-programming", "web-programming::http-server"]
|
||||||
description = "Web framework that focuses on ergonomics and modularity"
|
description = "Web framework that focuses on ergonomics and modularity"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
Loading…
Reference in a new issue