mirror of
https://github.com/tokio-rs/axum.git
synced 2025-04-10 08:03:04 +02:00
Version 0.2.3 (#274)
0.2.3 (26. August, 2021) - **fixed:** Fix accidental breaking change introduced by internal refactor. `BoxRoute` used to be `Sync` but was accidental made `!Sync` ([#273](https://github.com/tokio-rs/axum/pull/273))
This commit is contained in:
parent
a0be328976
commit
bdc39deef2
2 changed files with 7 additions and 2 deletions
|
@ -9,7 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
- None.
|
||||
|
||||
# 0.2.2 (24. August, 2021)
|
||||
# 0.2.3 (26. August, 2021)
|
||||
|
||||
- **fixed:** Fix accidental breaking change introduced by internal refactor.
|
||||
`BoxRoute` used to be `Sync` but was accidental made `!Sync` ([#273](https://github.com/tokio-rs/axum/pull/273))
|
||||
|
||||
# 0.2.2 (26. August, 2021)
|
||||
|
||||
- **fixed:** Fix URI captures matching empty segments. This means requests with
|
||||
URI `/` will no longer be matched by `/:key` ([#264](https://github.com/tokio-rs/axum/pull/264))
|
||||
|
|
|
@ -9,7 +9,7 @@ license = "MIT"
|
|||
name = "axum"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/tokio-rs/axum"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
|
||||
[workspace]
|
||||
members = ["examples/*"]
|
||||
|
|
Loading…
Add table
Reference in a new issue