Skip to content

Commit

Permalink
prepare cors release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Nov 5, 2020
1 parent 0b2eff9 commit a396c1b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion actix-cors/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changes

## Unreleased - 2020-xx-xx
* Fix `allow_any_header` method, now set the correct field


## 0.5.1 - 2020-11-05
* Fix `allow_any_header` method, now set the correct field. [#121]

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


## 0.5.0 - 2020-10-19
* Disallow `*` in `Cors::allowed_origin`. [#114].
Expand Down
2 changes: 1 addition & 1 deletion actix-cors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-cors"
version = "0.5.0"
version = "0.5.1"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",
Expand Down
4 changes: 2 additions & 2 deletions actix-cors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
> Cross-origin resource sharing (CORS) for Actix Web.
[![crates.io](https://img.shields.io/crates/v/actix-cors)](https://crates.io/crates/actix-cors)
[![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.5.0)](https://docs.rs/actix-cors/0.5.0)
[![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.5.1)](https://docs.rs/actix-cors/0.5.1)
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-cors)
[![Dependency Status](https://deps.rs/crate/actix-cors/0.5.0/status.svg)](https://deps.rs/crate/actix-cors/0.5.0)
[![Dependency Status](https://deps.rs/crate/actix-cors/0.5.1/status.svg)](https://deps.rs/crate/actix-cors/0.5.1)
[![Join the chat at https://gitter.im/actix/actix-web](https://badges.gitter.im/actix/actix-web.svg)](https://gitter.im/actix/actix-web?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

## Documentation & Resources
Expand Down

0 comments on commit a396c1b

Please sign in to comment.