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,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88# Unreleased
99
10+ - None.
11+
12+ # 0.1.3 (22. February, 2022)
13+
1014- ** added:** Add type safe routing. See ` axum_extra::routing::typed ` for more details ([ #756 ] )
1115- ** fix:** Depend on tower with ` default_features = false ` ([ #666 ] )
1216- ** change:** ` middleware::from_fn ` has been deprecated and moved into the main
@@ -16,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1620[ #719 ] : https://github.com/tokio-rs/axum/pull/719
1721[ #756 ] : https://github.com/tokio-rs/axum/pull/756
1822
19- # 0.1.2 (13. January, 2021 )
23+ # 0.1.2 (13. January, 2022 )
2024
2125- ** fix:** Depend on tower with ` default_features = false ` ([ #666 ] )
2226
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "MIT"
88name = " axum-extra"
99readme = " README.md"
1010repository = " https://github.com/tokio-rs/axum"
11- version = " 0.1.1 "
11+ version = " 0.1.3 "
1212
1313[features ]
1414erased-json = [" serde_json" , " serde" ]
You can’t perform that action at this time.
0 commit comments