mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-27 13:00:39 +00:00
axum-core: Version 0.2.2
This commit is contained in:
parent
ca7ecb159b
commit
598e6935df
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
- None.
|
||||||
|
|
||||||
|
# 0.2.2 (19. April, 2022)
|
||||||
|
|
||||||
- **added:** Add `AppendHeaders` for appending headers to a response rather than overriding them ([#927])
|
- **added:** Add `AppendHeaders` for appending headers to a response rather than overriding them ([#927])
|
||||||
|
|
||||||
[#927]: https://github.com/tokio-rs/axum/pull/927
|
[#927]: https://github.com/tokio-rs/axum/pull/927
|
||||||
|
@ -8,7 +8,7 @@ license = "MIT"
|
|||||||
name = "axum-core"
|
name = "axum-core"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/tokio-rs/axum"
|
repository = "https://github.com/tokio-rs/axum"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user