diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index 59944f0e..67955a67 100644 --- a/axum-extra/CHANGELOG.md +++ b/axum-extra/CHANGELOG.md @@ -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]) diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index 847215f9..dca9f07d 100644 --- a/axum-extra/Cargo.toml +++ b/axum-extra/Cargo.toml @@ -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 = [] diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index b462c034..c0f92e36 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -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]) diff --git a/axum/Cargo.toml b/axum/Cargo.toml index c681ad79..5f82592b 100644 --- a/axum/Cargo.toml +++ b/axum/Cargo.toml @@ -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"