Skip to content

Commit 6096771

Browse files
committed
Release 0.5.2
1 parent 38b74f2 commit 6096771

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
# 0.5.2
4+
5+
* Minimum supported Rust version: 1.70
6+
* Update logic for policy violation to match spec
7+
* Remove `prefetch-src`, since that's deprecated
8+
39
# 0.5.1
410

511
* Minimum supported Rust version: 1.60.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "content-security-policy"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = ["Michael Howell <[email protected]>"]
55
description = "Will parse and validate Content-Security-Policy level 3"
66
keywords = ["http", "csp", "security"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To use `content-security-policy`, add it to your project's `Cargo.toml` file:
1515

1616
```toml
1717
[dependencies]
18-
content-security-policy = "0.5.1"
18+
content-security-policy = "0.5.2"
1919
```
2020

2121
# Example

0 commit comments

Comments
 (0)