From b95595b9cd5768f898f4c9a479f1062de6dd3ea8 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 11 Mar 2025 02:55:33 +0000 Subject: [PATCH] chore(actix-cors): prepare release 0.7.1 --- actix-cors/CHANGES.md | 4 +++- actix-cors/Cargo.toml | 2 +- actix-cors/README.md | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/actix-cors/CHANGES.md b/actix-cors/CHANGES.md index 03a134cc6..c656e496f 100644 --- a/actix-cors/CHANGES.md +++ b/actix-cors/CHANGES.md @@ -2,7 +2,9 @@ ## Unreleased -- Implement `PartialEq` for `Cors` allowing for better testing. [#486] +## 0.7.1 + +- Implement `PartialEq` for `Cors` allowing for better testing. ## 0.7.0 diff --git a/actix-cors/Cargo.toml b/actix-cors/Cargo.toml index 29364b761..981108ea3 100644 --- a/actix-cors/Cargo.toml +++ b/actix-cors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-cors" -version = "0.7.0" +version = "0.7.1" authors = [ "Nikolay Kim ", "Rob Ede ", diff --git a/actix-cors/README.md b/actix-cors/README.md index 137b946dd..0f7e0bf17 100644 --- a/actix-cors/README.md +++ b/actix-cors/README.md @@ -3,11 +3,11 @@ [![crates.io](https://img.shields.io/crates/v/actix-cors?label=latest)](https://crates.io/crates/actix-cors) -[![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.7.0)](https://docs.rs/actix-cors/0.7.0) +[![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.7.1)](https://docs.rs/actix-cors/0.7.1) ![Version](https://img.shields.io/badge/rustc-1.75+-ab6000.svg) ![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-cors.svg)
-[![Dependency Status](https://deps.rs/crate/actix-cors/0.7.0/status.svg)](https://deps.rs/crate/actix-cors/0.7.0) +[![Dependency Status](https://deps.rs/crate/actix-cors/0.7.1/status.svg)](https://deps.rs/crate/actix-cors/0.7.1) [![Download](https://img.shields.io/crates/d/actix-cors.svg)](https://crates.io/crates/actix-cors) [![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x)