axum-core: Version 0.2.2

This commit is contained in:
David Pedersen 2022-04-19 16:17:52 +02:00
parent ca7ecb159b
commit 598e6935df
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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"