Skip to content

Commit f69d2db

Browse files
committed
axum-macros: Version 0.2.0
1 parent cf12b3a commit f69d2db

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

axum-macros/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

axum-macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "axum-macros"
99
readme = "README.md"
1010
repository = "https://github.com/tokio-rs/axum"
11-
version = "0.1.2"
11+
version = "0.2.0"
1212

1313
[lib]
1414
proc-macro = true
@@ -20,7 +20,7 @@ quote = "1.0"
2020
syn = { 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"] }
2424
axum-extra = { path = "../axum-extra", version = "0.1", features = ["typed-routing"] }
2525
rustversion = "1.0"
2626
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)