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