From fd06c75ebd780ac04ca2f9cb1621672f265fea17 Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Sun, 17 Apr 2022 19:37:53 +0200 Subject: [PATCH] Release 2.0.1 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 487bdf4e56..7a66cd8ace 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 2.x.x - Unreleased +## 2.0.1 - 2022-04-17 + +- check if update_period and frequency are valid [`#135`](https://github.com/rust-syndication/rss/pull/135) + ## 2.0.0 - 2021-10-21 - Disable clock feature of chrono to mitigate RUSTSEC-2020-0159 [`#130`](https://github.com/rust-syndication/rss/pull/130) diff --git a/Cargo.toml b/Cargo.toml index f6349a8c08..5ce8519d93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rss" -version = "2.0.0" +version = "2.0.1" authors = ["James Hurst ", "Corey Farwell ", "Chris Palmer "] description = "Library for serializing the RSS web content syndication format" repository = "https://github.com/rust-syndication/rss"