From bb5bcab11668940bd1c1232bdb980baab8ef6aa5 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Sat, 18 Sep 2021 19:35:10 +0200 Subject: [PATCH] Version 0.2.5 (#336) - Add accessors for `TypedHeaderRejection` fields ([#317]) - Improve docs for extractors ([#327]) [#317]: https://github.com/tokio-rs/axum/pull/317 [#327]: https://github.com/tokio-rs/axum/pull/327 --- CHANGELOG.md | 8 +++++++- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 519f96bb..ea357280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased -- Add accessors to TypedHeaderRejection fields ([#317]) +- None. + +# 0.2.5 (18. September, 2021) + +- Add accessors for `TypedHeaderRejection` fields ([#317]) +- Improve docs for extractors ([#327]) [#317]: https://github.com/tokio-rs/axum/pull/317 +[#327]: https://github.com/tokio-rs/axum/pull/327 # 0.2.4 (10. September, 2021) diff --git a/Cargo.toml b/Cargo.toml index 5253415e..15d51868 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum" -version = "0.2.4" +version = "0.2.5" authors = ["David Pedersen "] categories = ["asynchronous", "network-programming", "web-programming"] description = "Web framework that focuses on ergonomics and modularity"