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.2.0 (31. March, 2022)
13+
1014- ** breaking:** Routes are now required to start with ` / ` . Previously empty routes or routes such
1115 as ` :foo ` would be accepted but most likely result in bugs ([ #823 ] )
1216
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "MIT"
88name = " axum-macros"
99readme = " README.md"
1010repository = " https://github.com/tokio-rs/axum"
11- version = " 0.1.2 "
11+ version = " 0.2.0 "
1212
1313[lib ]
1414proc-macro = true
@@ -20,7 +20,7 @@ quote = "1.0"
2020syn = { version = " 1.0" , features = [" full" ] }
2121
2222[dev-dependencies ]
23- axum = { path = " ../axum" , version = " 0.4 " , features = [" headers" ] }
23+ axum = { path = " ../axum" , version = " 0.5 " , features = [" headers" ] }
2424axum-extra = { path = " ../axum-extra" , version = " 0.1" , features = [" typed-routing" ] }
2525rustversion = " 1.0"
2626serde = { version = " 1.0" , features = [" derive" ] }
You can’t perform that action at this time.
0 commit comments