From 7258d82744000ed5d4fda072e4c1f602cdd3172d Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Sat, 14 Jan 2023 15:59:02 +0100 Subject: [PATCH] Release 2.0.2 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5c72c902..507f99039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 2.x.x - Unreleased +## 2.0.2 - 2023-01-14 + - Upgrade `quick_xml` to `0.27`, `derive_builder` to `0.12`, and `atom_syndication` to `0.12` [`#143`](https://github.com/rust-syndication/rss/pull/143) - Correct serialization of atom extension [`#144`](https://github.com/rust-syndication/rss/pull/144) - Read non-blank links only [`#145`](https://github.com/rust-syndication/rss/pull/145) diff --git a/Cargo.toml b/Cargo.toml index c441a63a6..88d86c468 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rss" -version = "2.0.1" +version = "2.0.2" authors = ["James Hurst ", "Corey Farwell ", "Chris Palmer "] description = "Library for serializing the RSS web content syndication format" repository = "https://github.com/rust-syndication/rss"