From 65187e836fc6b63bbf4fb614293c0116cdfa176c Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 21 Jan 2025 14:16:41 +0100 Subject: [PATCH 1/2] Fix changelog for axum It contained the 0.8.2 entry as 0.8.1. --- axum/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index ab2527a2d3..bc25605ffd 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -5,11 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -# 0.8.1 +# 0.8.2 - **added:** Implement `OptionalFromRequest` for `Json` ([#3142]) - **added:** Implement `OptionalFromRequest` for `Extension` ([#3157]) -- **change:** Make the `status` function of rejections a `const` function, such +- **changed:** Make the `status` function of rejections a `const` function, such as `JsonRejection`, `QueryRejection` and `PathRejection` ([#3168]) [#3142]: https://github.com/tokio-rs/axum/pull/3142 From 49adc2e9983f6e3f72ad1efa80c1df028ed9592e Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 21 Jan 2025 14:16:46 +0100 Subject: [PATCH 2/2] Add changelog entry for 0.8.1 --- axum/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index bc25605ffd..9749052ff3 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#3157]: https://github.com/tokio-rs/axum/pull/3157 [#3168]: https://github.com/tokio-rs/axum/pull/3168 +# 0.8.1 + +- **fixed:** Removed the warning about breaking changes from README + # 0.8.0 ## since rc.1