From 598e6935df0e27b9b268b7d06d039a847181546a Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Tue, 19 Apr 2022 16:17:52 +0200 Subject: [PATCH] axum-core: Version 0.2.2 --- axum-core/CHANGELOG.md | 4 ++++ axum-core/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/axum-core/CHANGELOG.md b/axum-core/CHANGELOG.md index 4a5c22e4..879e8e6d 100644 --- a/axum-core/CHANGELOG.md +++ b/axum-core/CHANGELOG.md @@ -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 diff --git a/axum-core/Cargo.toml b/axum-core/Cargo.toml index 90fcb999..32c1187f 100644 --- a/axum-core/Cargo.toml +++ b/axum-core/Cargo.toml @@ -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"