ammonia 4.1.2

HTML Sanitization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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

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

  * Put all the Unreleased stuff in CHANGELOG.md under the new version

* Check out and pull down `master`

* Copy the CHANGELOG into a GitHub release

* Make sure that README.md requests the same major.minor version, and that SECURITY.md describes the backport plan

* Run `cargo publish`