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