Skip to content

Commit

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

Closes #93
  • Loading branch information
bors[bot] committed Mar 4, 2018
2 parents 3a983d8 + bb8b67e commit 7b5b82a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

*

# 1.1.0

* Add [`Builder::clean_content_tags`] which allows elements to be removed entirely instead of just having the tags removed

[`Builder::clean_content_tags`]: https://docs.rs/ammonia/1.1/ammonia/struct.Builder.html#method.clean_content_tags

# 1.0.1

* Update dependencies
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 = "ammonia"
version = "1.0.1"
version = "1.1.0"
authors = ["Michael Howell <michael@notriddle.com>"]
description = "HTML Sanitization"
keywords = [ "sanitization", "html", "security", "xss" ]
Expand All @@ -15,7 +15,7 @@ html5ever = "0.22"
maplit = "1.0"
matches = "0.1.6"
tendril = "0.4"
url = "1.6"
url = "1"
lazy_static = "1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To use `ammonia`, add it to your project's `Cargo.toml` file:

```toml
[dependencies]
ammonia = "1.0.1"
ammonia = "1.1.0"
```


Expand Down
2 changes: 1 addition & 1 deletion RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ How to make a release of ammonia

* Make a pull request with all these changes, wait until it's approved:

* Bump the version in Cargo.toml and the `html_root_url` of src/lib.rs
* Bump the version in Cargo.toml

* Check if all the dependencies are up-to-date

Expand Down

0 comments on commit 7b5b82a

Please sign in to comment.