diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index 0aad6f78..903d7567 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.4.5 (31. January, 2022) + - Reference [axum-macros] instead of [axum-debug]. The latter has been superseded by axum-macros and is deprecated ([#738]) @@ -14,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [axum-debug]: https://docs.rs/axum-debug [axum-macros]: https://docs.rs/axum-macros -# 0.4.4 (13. January, 2021) +# 0.4.4 (13. January, 2022) - **fixed:** Fix using incorrect path prefix when nesting `Router`s at `/` ([#691]) - **fixed:** Make `nest("", service)` work and mean the same as `nest("/", service)` ([#691]) diff --git a/axum/Cargo.toml b/axum/Cargo.toml index 75c09ad5..303b6b47 100644 --- a/axum/Cargo.toml +++ b/axum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum" -version = "0.4.4" +version = "0.4.5" categories = ["asynchronous", "network-programming", "web-programming"] description = "Web framework that focuses on ergonomics and modularity" edition = "2018"