From 2c6db6be0b9c48c7feef65f0585baf63f79cd822 Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Mon, 29 May 2023 23:07:29 +0200 Subject: [PATCH] Release 2.0.4 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84991476b..a8e89e233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 2.x.x - Unreleased +## 2.0.4 - 2023-05-29 + - Fix iTunes extension writing [`#151`](https://github.com/rust-syndication/rss/pull/151) ## 2.0.3 - 2023-03-27 diff --git a/Cargo.toml b/Cargo.toml index 629f36750..cc3ae9b51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rss" -version = "2.0.3" +version = "2.0.4" authors = ["James Hurst ", "Corey Farwell ", "Chris Palmer "] description = "Library for serializing the RSS web content syndication format" repository = "https://github.com/rust-syndication/rss"