Skip to content

Commit

Permalink
Add changelog and README for 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Feb 26, 2019
1 parent ebc7231 commit 437e1a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

*

# 0.1.0

* Implement request checks, inline checks, and inline checks for everything in the specification

# 0.0.1

* Initial release
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.0.1"
content-security-policy = "0.1.0"
```

# Example
Expand Down

0 comments on commit 437e1a1

Please sign in to comment.