Skip to content

Commit fd06c75

Browse files
committed
Release 2.0.1
1 parent f34ac36 commit fd06c75

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 2.x.x - Unreleased
44

5+
## 2.0.1 - 2022-04-17
6+
7+
- check if update_period and frequency are valid [`#135`](https://github.com/rust-syndication/rss/pull/135)
8+
59
## 2.0.0 - 2021-10-21
610

711
- Disable clock feature of chrono to mitigate RUSTSEC-2020-0159 [`#130`](https://github.com/rust-syndication/rss/pull/130)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rss"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["James Hurst <jh.jameshurst@gmail.com>", "Corey Farwell <coreyf@rwell.org>", "Chris Palmer <pennstate5013@gmail.com>"]
55
description = "Library for serializing the RSS web content syndication format"
66
repository = "https://github.com/rust-syndication/rss"

0 commit comments

Comments
 (0)