Skip to content

Commit bad6159

Browse files
committed
prepare actix-cors release 0.6.2
1 parent 7c3c935 commit bad6159

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

actix-cors/CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changes
22

33
## Unreleased - 2022-xx-xx
4+
5+
6+
## 0.6.2 - 2022-08-07
47
- Fix `expose_any_header` to return list of response headers. [#273]
58
- Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency.
69

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.1"
3+
version = "0.6.2"
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.1)](https://docs.rs/actix-cors/0.6.1)
6+
[![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.6.2)](https://docs.rs/actix-cors/0.6.2)
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.1/status.svg)](https://deps.rs/crate/actix-cors/0.6.1)
8+
[![Dependency Status](https://deps.rs/crate/actix-cors/0.6.2/status.svg)](https://deps.rs/crate/actix-cors/0.6.2)
99

1010
## Documentation & Resources
1111

0 commit comments

Comments
 (0)