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

+4
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

+1-1
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 <jh.jameshurst@gmail.com>", "Corey Farwell <coreyf@rwell.org>", "Chris Palmer <pennstate5013@gmail.com>"]
55
description = "Library for serializing the RSS web content syndication format"
66
repository = "https://github.com/rust-syndication/rss"

0 commit comments

Comments
 (0)