Skip to content

Commit 4f76943

Browse files
committed
chore(actix-cors): prepare release 0.6.5
1 parent 2f30fd7 commit 4f76943

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

actix-cors/CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## Unreleased
44

5-
- Fix `add_vary_header` to provide `Access-Control-Request-Private-Network`.
5+
## 0.6.5
6+
7+
- Fix `Vary` header when Private Network Access is enabled.
68
- Minimum supported Rust version (MSRV) is now 1.68.
79

810
## 0.6.4

actix-cors/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-cors"
3-
version = "0.6.4"
3+
version = "0.6.5"
44
authors = [
55
"Nikolay Kim <[email protected]>",
66
"Rob Ede <[email protected]>",

actix-cors/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
> Cross-Origin Resource Sharing (CORS) controls for Actix Web.
44
55
[![crates.io](https://img.shields.io/crates/v/actix-cors?label=latest)](https://crates.io/crates/actix-cors)
6-
[![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.6.4)](https://docs.rs/actix-cors/0.6.4)
6+
[![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.6.5)](https://docs.rs/actix-cors/0.6.5)
77
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-cors)
8-
[![Dependency Status](https://deps.rs/crate/actix-cors/0.6.4/status.svg)](https://deps.rs/crate/actix-cors/0.6.4)
8+
[![Dependency Status](https://deps.rs/crate/actix-cors/0.6.5/status.svg)](https://deps.rs/crate/actix-cors/0.6.5)
99

1010
## Documentation & Resources
1111

0 commit comments

Comments
 (0)