From 69336ea07a2f26094d4e14dbd34f948605a5496f Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Wed, 26 Jul 2023 03:18:39 +0200 Subject: [PATCH] Release 2.0.5 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09e3146b7..68487634e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 2.x.x - Unreleased +## 2.0.5 - 2023-07-26 + - Upgrade `quick_xml` to `0.30` [`#153`](https://github.com/rust-syndication/rss/pull/153) ## 2.0.4 - 2023-05-29 diff --git a/Cargo.toml b/Cargo.toml index 351fc74e4..b54240e73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rss" -version = "2.0.4" +version = "2.0.5" authors = ["James Hurst ", "Corey Farwell ", "Chris Palmer "] description = "Library for serializing the RSS web content syndication format" repository = "https://github.com/rust-syndication/rss"