Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Jan 14, 2023
1 parent f374de4 commit 7258d82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rss"
version = "2.0.1"
version = "2.0.2"
authors = ["James Hurst <jh.jameshurst@gmail.com>", "Corey Farwell <coreyf@rwell.org>", "Chris Palmer <pennstate5013@gmail.com>"]
description = "Library for serializing the RSS web content syndication format"
repository = "https://github.com/rust-syndication/rss"
Expand Down

0 comments on commit 7258d82

Please sign in to comment.