mirror of
https://github.com/actix/actix-extras.git
synced 2025-03-20 20:05:18 +01:00
Prepare cors 0.5.4 release
This commit is contained in:
parent
cf970ee091
commit
91e91c4327
@ -9,7 +9,7 @@
|
||||
|
||||
| Crate | | |
|
||||
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
|
||||
| [actix-cors] | [](https://crates.io/crates/actix-cors) [](https://docs.rs/actix-cors) [](https://deps.rs/crate/actix-cors/0.5.3) | Cross-origin resource sharing (CORS) for actix-web applications. |
|
||||
| [actix-cors] | [](https://crates.io/crates/actix-cors) [](https://docs.rs/actix-cors) [](https://deps.rs/crate/actix-cors/0.5.4) | Cross-origin resource sharing (CORS) for actix-web applications. |
|
||||
| [actix-identity] | [](https://crates.io/crates/actix-identity) [](https://docs.rs/actix-identity) [](https://deps.rs/crate/actix-identity/0.3.1) | Identity service for actix-web framework. |
|
||||
| [actix-protobuf] | [](https://crates.io/crates/actix-protobuf) [](https://docs.rs/actix-protobuf) [](https://deps.rs/crate/actix-protobuf/0.6.0) | Protobuf support for actix-web framework. |
|
||||
| [actix-redis] | [](https://crates.io/crates/actix-redis) [](https://docs.rs/actix-redis) [](https://deps.rs/crate/actix-redis/0.9.1) | Redis integration for actix framework. |
|
||||
|
@ -1,10 +1,15 @@
|
||||
# Changes
|
||||
|
||||
## Unreleased - 2020-xx-xx
|
||||
## Unreleased - 2021-xx-xx
|
||||
|
||||
|
||||
|
||||
## 0.5.4 - 2020-12-31
|
||||
* Fix `expose_any_header` method, now set the correct field. [#143]
|
||||
|
||||
[#143]: https://github.com/actix/actix-extras/pull/143
|
||||
|
||||
|
||||
## 0.5.3 - 2020-11-19
|
||||
* Fix version spec for `derive_more` dependency.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "actix-cors"
|
||||
version = "0.5.3"
|
||||
version = "0.5.4"
|
||||
authors = [
|
||||
"Nikolay Kim <fafhrd91@gmail.com>",
|
||||
"Rob Ede <robjtede@icloud.com>",
|
||||
|
@ -3,9 +3,9 @@
|
||||
> Cross-origin resource sharing (CORS) for Actix Web.
|
||||
|
||||
[](https://crates.io/crates/actix-cors)
|
||||
[](https://docs.rs/actix-cors/0.5.3)
|
||||
[](https://docs.rs/actix-cors/0.5.4)
|
||||

|
||||
[](https://deps.rs/crate/actix-cors/0.5.3)
|
||||
[](https://deps.rs/crate/actix-cors/0.5.4)
|
||||
[](https://gitter.im/actix/actix-web?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
## Documentation & Resources
|
||||
|
Loading…
x
Reference in New Issue
Block a user