summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2022-01-31 22:28:47 +0100
committerGitHub <noreply@github.com>2022-01-31 22:28:47 +0100
commitcab7d671babf36f097d3dfb0d080049efaef20e9 (patch)
tree823bbf1b952f49e2b6ff38c721bd6702b3b311fa
parente3364bc7f0b56800d25f00ce89139328d0029542 (diff)
axum: Version 0.4.5 (#739)axum-v0.4.5
-rw-r--r--axum/CHANGELOG.md6
-rw-r--r--axum/Cargo.toml2
2 files changed, 6 insertions, 2 deletions
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"