Skip to content

Commit e5da213

Browse files
committed
Release 2.0.7
1 parent c0a1454 commit e5da213

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## 2.x.x - Unreleased
44

5+
## 2.0.7 - 2024-01-13
6+
57
- Update `chrono` to 0.4.31 [`#160`](https://github.com/rust-syndication/rss/pull/160)
68
- Change how iTunes extension is detected. Use case insensitive comparison of a namespace [`#159`](https://github.com/rust-syndication/rss/pull/159)
79

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rss"
3-
version = "2.0.6"
3+
version = "2.0.7"
44
authors = ["James Hurst <[email protected]>", "Corey Farwell <[email protected]>", "Chris Palmer <[email protected]>"]
55
description = "Library for serializing the RSS web content syndication format"
66
repository = "https://github.com/rust-syndication/rss"

0 commit comments

Comments
 (0)