Skip to content

Commit cab7d67

Browse files
authored
axum: Version 0.4.5 (#739)
1 parent e3364bc commit cab7d67

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

axum/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
# Unreleased
99

10+
- None.
11+
12+
# 0.4.5 (31. January, 2022)
13+
1014
- Reference [axum-macros] instead of [axum-debug]. The latter has been superseded by
1115
axum-macros and is deprecated ([#738])
1216

1317
[#738]: https://github.com/tokio-rs/axum/pull/738
1418
[axum-debug]: https://docs.rs/axum-debug
1519
[axum-macros]: https://docs.rs/axum-macros
1620

17-
# 0.4.4 (13. January, 2021)
21+
# 0.4.4 (13. January, 2022)
1822

1923
- **fixed:** Fix using incorrect path prefix when nesting `Router`s at `/` ([#691])
2024
- **fixed:** Make `nest("", service)` work and mean the same as `nest("/", service)` ([#691])

axum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "axum"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
categories = ["asynchronous", "network-programming", "web-programming"]
55
description = "Web framework that focuses on ergonomics and modularity"
66
edition = "2018"

0 commit comments

Comments
 (0)