Skip to content

Commit

Permalink
Release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Jul 20, 2024
1 parent 38b74f2 commit 6096771
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Unreleased

# 0.5.2

* Minimum supported Rust version: 1.70
* Update logic for policy violation to match spec
* Remove `prefetch-src`, since that's deprecated

# 0.5.1

* Minimum supported Rust version: 1.60.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "content-security-policy"
version = "0.5.1"
version = "0.5.2"
authors = ["Michael Howell <[email protected]>"]
description = "Will parse and validate Content-Security-Policy level 3"
keywords = ["http", "csp", "security"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use `content-security-policy`, add it to your project's `Cargo.toml` file:

```toml
[dependencies]
content-security-policy = "0.5.1"
content-security-policy = "0.5.2"
```

# Example
Expand Down

0 comments on commit 6096771

Please sign in to comment.