Skip to content

Commit 44eece9

Browse files
committed
Release 2.0.11
1 parent bc38dfb commit 44eece9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## 2.0.11 - 2024-11-22
6+
7+
- Fix `]]>` escaping in `CDATA` sections. [`#174`](https://github.com/rust-syndication/rss/pull/174)
8+
59
## 2.0.10 - 2024-11-16
610

711
- Remove ambiguous statements about escaping from documentation. [`#171`](https://github.com/rust-syndication/rss/pull/171)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rss"
3-
version = "2.0.10"
3+
version = "2.0.11"
44
authors = ["James Hurst <[email protected]>", "Corey Farwell <[email protected]>", "Chris Palmer <[email protected]>"]
55
description = "Library for serializing the RSS web content syndication format"
66
repository = "https://github.com/rust-syndication/rss"

0 commit comments

Comments
 (0)