Skip to content

Commit

Permalink
Release 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Aug 27, 2024
1 parent 855d23f commit 27d2887
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 2.0.9 - 2024-08-28

- Fix Clippy Warnings. [`#164`](https://github.com/rust-syndication/rss/pull/164)
- Add `From<String>` constructor for `Category`. [`#165`](https://github.com/rust-syndication/rss/pull/165)
- Update `quick-xml` to 0.36. [`#166`](https://github.com/rust-syndication/rss/pull/166)

## 2.0.8 - 2024-05-11
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rss"
version = "2.0.8"
version = "2.0.9"
authors = ["James Hurst <[email protected]>", "Corey Farwell <[email protected]>", "Chris Palmer <[email protected]>"]
description = "Library for serializing the RSS web content syndication format"
repository = "https://github.com/rust-syndication/rss"
Expand Down

0 comments on commit 27d2887

Please sign in to comment.