mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 07:08:16 +01:00
Release axum and axum-extra (#1942)
This commit is contained in:
parent
994492d427
commit
c31bea2f96
4 changed files with 10 additions and 2 deletions
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning].
|
||||||
|
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
- None.
|
||||||
|
|
||||||
|
# 0.7.4 (18. April, 2023)
|
||||||
|
|
||||||
- **added:** Add `Html` response type ([#1921])
|
- **added:** Add `Html` response type ([#1921])
|
||||||
- **added:** Add `Css` response type ([#1921])
|
- **added:** Add `Css` response type ([#1921])
|
||||||
- **added:** Add `JavaScript` response type ([#1921])
|
- **added:** Add `JavaScript` response type ([#1921])
|
||||||
|
|
|
@ -9,7 +9,7 @@ license = "MIT"
|
||||||
name = "axum-extra"
|
name = "axum-extra"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/tokio-rs/axum"
|
repository = "https://github.com/tokio-rs/axum"
|
||||||
version = "0.7.3"
|
version = "0.7.4"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
|
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
- None.
|
||||||
|
|
||||||
|
# 0.6.16 (18. April, 2023)
|
||||||
|
|
||||||
- **fixed:** Don't allow extracting `MatchedPath` in fallbacks ([#1934])
|
- **fixed:** Don't allow extracting `MatchedPath` in fallbacks ([#1934])
|
||||||
- **fixed:** Fix panic if `Router` with something nested at `/` was used as a fallback ([#1934])
|
- **fixed:** Fix panic if `Router` with something nested at `/` was used as a fallback ([#1934])
|
||||||
- **added:** Document that `Router::new().fallback(...)` isn't optimal ([#1940])
|
- **added:** Document that `Router::new().fallback(...)` isn't optimal ([#1940])
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "axum"
|
name = "axum"
|
||||||
version = "0.6.15"
|
version = "0.6.16"
|
||||||
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