From 95a25ee8dbec0a154ea771cf41883aa291e98a6a Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Sat, 16 Nov 2024 02:05:42 +0100 Subject: [PATCH] Release 2.0.10 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff6e81c70..f495b8085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.toml b/Cargo.toml index 19d605f22..ac2b3efa3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rss" -version = "2.0.9" +version = "2.0.10" authors = ["James Hurst ", "Corey Farwell ", "Chris Palmer "] description = "Library for serializing the RSS web content syndication format" repository = "https://github.com/rust-syndication/rss"