Skip to content

Commit a9a687c

Browse files
bors[bot]notriddle
andauthored
Merge #165
165: Release 3.2.1 r=lnicola a=notriddle Co-authored-by: Michael Howell <michael@notriddle.com>
2 parents d093b7f + e00d294 commit a9a687c

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
rust: ["1.49.0", "stable", "beta"]
17+
rust: ["1.51.0", "stable", "beta"]
1818
build_flags: ["", "--cfg ammonia_unstable"]
1919
os: [ubuntu-latest]
2020
steps:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Unreleased
22

3+
# 3.2.1
4+
5+
* chore: bump MSRV to 1.51.0 <https://github.com/serde-rs/serde/issues/2255>
6+
* chore: fix broken links in documentation
7+
38
# 3.2.0
49

510
* chore: bump MSRV to 1.49.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ammonia"
3-
version = "3.2.0"
3+
version = "3.2.1"
44
authors = ["Michael Howell <michael@notriddle.com>"]
55
description = "HTML Sanitization"
66
keywords = [ "sanitization", "html", "security", "xss" ]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ HTML Sanitization
22
=================
33

44
[![Crates.IO](https://img.shields.io/crates/v/ammonia.svg)](https://crates.rs/crates/ammonia)
5-
![Requires rustc 1.49.0](https://img.shields.io/badge/rustc-1.49.0+-green.svg)
5+
![Requires rustc 1.51.0](https://img.shields.io/badge/rustc-1.51.0+-green.svg)
66

77
Ammonia is a whitelist-based HTML sanitization library. It is designed to
88
prevent cross-site scripting, layout breaking, and clickjacking caused

0 commit comments

Comments
 (0)