From e53cc9b143f4c1ae1c3b44e68b7fff5609f10892 Mon Sep 17 00:00:00 2001 From: ralpha Date: Sun, 14 Jan 2024 23:31:59 +0100 Subject: [PATCH] Update publish dates --- okapi/CHANGELOG.md | 10 +--------- rocket-okapi/CHANGELOG.md | 11 +---------- 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/okapi/CHANGELOG.md b/okapi/CHANGELOG.md index 3d3c639d..d2782c78 100644 --- a/okapi/CHANGELOG.md +++ b/okapi/CHANGELOG.md @@ -16,7 +16,7 @@ This project follows the [Semantic Versioning standard](https://semver.org/). ### Security -## Unreleased Version 0.7.0 (2023-xx-xx) +## Unreleased Version 0.7.0 (2024-01-14) ### Added - Added `Eq` trait for various structures. @@ -25,14 +25,6 @@ This project follows the [Semantic Versioning standard](https://semver.org/). - `merge_paths` does correctly handle the merging of paths with double `/` in the combined path. - Updated to Rust 2021 edition. -### Deprecated - -### Removed - -### Fixed - -### Security - ## Version 0.7.0-rc.1 (2021-10-02) ### Added diff --git a/rocket-okapi/CHANGELOG.md b/rocket-okapi/CHANGELOG.md index a0836348..a660542a 100644 --- a/rocket-okapi/CHANGELOG.md +++ b/rocket-okapi/CHANGELOG.md @@ -16,7 +16,7 @@ This project follows the [Semantic Versioning standard](https://semver.org/). ### Security -## Unreleased Version 0.8.0 (2024-xx-xx) +## Unreleased Version 0.8.0 (2024-01-14) ### Added - Added support for new [`Responder`](https://docs.rs/rocket/0.5.0/rocket/response/trait.Responder.html) @@ -58,15 +58,6 @@ This project follows the [Semantic Versioning standard](https://semver.org/). - Updated all crates to Rust 2021 edition. - Renamed `uuid` example to `uuid_usage`, so it does not collide with `uuid` crate. -### Deprecated - -### Removed - -### Fixed - -### Security - - This version also includes all the changes from `0.8.0-rc.1`, `0.8.0-rc.2` and `0.8.0-rc.3`. See below for more info on the changes made in these versions.