Skip to content

Commit

Permalink
Release 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Nov 16, 2024
1 parent 290bc1e commit 95a25ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.0.10 - 2024-11-16

- Remove ambiguous statements about escaping from documentation. [`#171`](https://github.com/rust-syndication/rss/pull/171)
- Update `quick-xml` to 0.37. [`#172`](https://github.com/rust-syndication/rss/pull/172)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rss"
version = "2.0.9"
version = "2.0.10"
authors = ["James Hurst <jh.jameshurst@gmail.com>", "Corey Farwell <coreyf@rwell.org>", "Chris Palmer <pennstate5013@gmail.com>"]
description = "Library for serializing the RSS web content syndication format"
repository = "https://github.com/rust-syndication/rss"
Expand Down

0 comments on commit 95a25ee

Please sign in to comment.