File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff 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 ] )
Original file line number Diff line number Diff line change 11[package ]
22name = " axum"
3- version = " 0.4.4 "
3+ version = " 0.4.5 "
44categories = [" asynchronous" , " network-programming" , " web-programming" ]
55description = " Web framework that focuses on ergonomics and modularity"
66edition = " 2018"
You can’t perform that action at this time.
0 commit comments