Skip to content

Commit

Permalink
Merge #31
Browse files Browse the repository at this point in the history
31: Release 0.4.2 r=notriddle a=notriddle



Co-authored-by: Michael Howell <michael@notriddle.com>
  • Loading branch information
bors[bot] and notriddle authored Jul 8, 2020
2 parents ebc3ce0 + 6e063fd commit 866e5a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Unreleased

# 0.4.2

* Fix a bug in port parsing

# 0.4.1

* Use the `sha2` crate for hashing (more portable)
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.4.1"
version = "0.4.2"
authors = ["Michael Howell <michael@notriddle.com>"]
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.4.0"
content-security-policy = "0.4.2"
```

# Example
Expand Down

0 comments on commit 866e5a5

Please sign in to comment.