From 4f76943423a425710a3b41b3174815d16faa8862 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 6 Dec 2023 17:09:20 -0500 Subject: [PATCH] chore(actix-cors): prepare release 0.6.5 --- 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 1c82c37ca..e62706564 100644 --- a/actix-cors/CHANGES.md +++ b/actix-cors/CHANGES.md @@ -2,7 +2,9 @@ ## Unreleased -- Fix `add_vary_header` to provide `Access-Control-Request-Private-Network`. +## 0.6.5 + +- Fix `Vary` header when Private Network Access is enabled. - Minimum supported Rust version (MSRV) is now 1.68. ## 0.6.4 diff --git a/actix-cors/Cargo.toml b/actix-cors/Cargo.toml index 9e47dcbaf..301f8f506 100644 --- a/actix-cors/Cargo.toml +++ b/actix-cors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-cors" -version = "0.6.4" +version = "0.6.5" authors = [ "Nikolay Kim ", "Rob Ede ", diff --git a/actix-cors/README.md b/actix-cors/README.md index 4c936a52b..f5bdc9247 100644 --- a/actix-cors/README.md +++ b/actix-cors/README.md @@ -3,9 +3,9 @@ > Cross-Origin Resource Sharing (CORS) controls for Actix Web. [![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.6.4)](https://docs.rs/actix-cors/0.6.4) +[![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.6.5)](https://docs.rs/actix-cors/0.6.5) ![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-cors) -[![Dependency Status](https://deps.rs/crate/actix-cors/0.6.4/status.svg)](https://deps.rs/crate/actix-cors/0.6.4) +[![Dependency Status](https://deps.rs/crate/actix-cors/0.6.5/status.svg)](https://deps.rs/crate/actix-cors/0.6.5) ## Documentation & Resources