File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
- - Implement ` PartialEq ` for ` Cors ` allowing for better testing. [ #486 ]
5
+ ## 0.7.1
6
+
7
+ - Implement ` PartialEq ` for ` Cors ` allowing for better testing.
6
8
7
9
## 0.7.0
8
10
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " actix-cors"
3
- version = " 0.7.0 "
3
+ version = " 0.7.1 "
4
4
authors = [
5
5
" Nikolay Kim <[email protected] >" ,
6
6
Original file line number Diff line number Diff line change 3
3
<!-- prettier-ignore-start -->
4
4
5
5
[ ![ 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.7.0 )] ( https://docs.rs/actix-cors/0.7.0 )
6
+ [ ![ Documentation] ( https://docs.rs/actix-cors/badge.svg?version=0.7.1 )] ( https://docs.rs/actix-cors/0.7.1 )
7
7
![ Version] ( https://img.shields.io/badge/rustc-1.75+-ab6000.svg )
8
8
![ MIT or Apache 2.0 licensed] ( https://img.shields.io/crates/l/actix-cors.svg )
9
9
<br />
10
- [ ![ Dependency Status] ( https://deps.rs/crate/actix-cors/0.7.0 /status.svg )] ( https://deps.rs/crate/actix-cors/0.7.0 )
10
+ [ ![ Dependency Status] ( https://deps.rs/crate/actix-cors/0.7.1 /status.svg )] ( https://deps.rs/crate/actix-cors/0.7.1 )
11
11
[ ![ Download] ( https://img.shields.io/crates/d/actix-cors.svg )] ( https://crates.io/crates/actix-cors )
12
12
[ ![ Chat on Discord] ( https://img.shields.io/discord/771444961383153695?label=chat&logo=discord )] ( https://discord.gg/NWpN5mmg3x )
13
13
You can’t perform that action at this time.
0 commit comments