Skip to content

Commit a086d30

Browse files
committed
prepare actix-cors release 0.6.1
1 parent b748e7e commit a086d30

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

actix-cors/CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changes
22

33
## Unreleased - 2021-xx-xx
4+
5+
6+
## 0.6.1 - 2022-03-07
47
- Do not consider requests without a `Access-Control-Request-Method` as preflight. [#226]
58

69
[#226]: https://github.com/actix/actix-extras/pull/226

actix-cors/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-cors"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = [
55
"Nikolay Kim <[email protected]>",
66
"Rob Ede <[email protected]>",

actix-cors/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
> Cross-origin resource sharing (CORS) 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.0)](https://docs.rs/actix-cors/0.6.0)
6+
[![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.6.1)](https://docs.rs/actix-cors/0.6.1)
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.0/status.svg)](https://deps.rs/crate/actix-cors/0.6.0)
8+
[![Dependency Status](https://deps.rs/crate/actix-cors/0.6.1/status.svg)](https://deps.rs/crate/actix-cors/0.6.1)
99

1010
## Documentation & Resources
1111

0 commit comments

Comments
 (0)