mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-21 22:56:46 +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
|
||||
|
||||
- None.
|
||||
|
||||
# 0.7.4 (18. April, 2023)
|
||||
|
||||
- **added:** Add `Html` response type ([#1921])
|
||||
- **added:** Add `Css` response type ([#1921])
|
||||
- **added:** Add `JavaScript` response type ([#1921])
|
||||
|
|
|
@ -9,7 +9,7 @@ license = "MIT"
|
|||
name = "axum-extra"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/tokio-rs/axum"
|
||||
version = "0.7.3"
|
||||
version = "0.7.4"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
|
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
# Unreleased
|
||||
|
||||
- None.
|
||||
|
||||
# 0.6.16 (18. April, 2023)
|
||||
|
||||
- **fixed:** Don't allow extracting `MatchedPath` in fallbacks ([#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])
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "axum"
|
||||
version = "0.6.15"
|
||||
version = "0.6.16"
|
||||
categories = ["asynchronous", "network-programming", "web-programming::http-server"]
|
||||
description = "Web framework that focuses on ergonomics and modularity"
|
||||
edition = "2021"
|
||||
|
|
Loading…
Reference in a new issue