Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Mar 20, 2020
1 parent 0eb7263 commit 46bdde0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

*

# 0.4.0

* Implement hashing functions
* Minimum supported Rust version: 1.39.0

# 0.3.0

* Add `Destination::is_script_like`
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "content-security-policy"
version = "0.3.0"
version = "0.4.0"
authors = ["Michael Howell <michael@notriddle.com>"]
description = "Will parse and validate Content-Security-Policy level 3"
keywords = ["http", "csp", "security"]
Expand All @@ -18,4 +18,4 @@ bitflags = "1.0.4"
version-sync = { version = "0.7", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
ring = "0.16"
base64 = "0.12"
base64 = "0.12"
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.3.0"
content-security-policy = "0.4.0"
```

# Example
Expand Down

0 comments on commit 46bdde0

Please sign in to comment.