From 070b12b4905652b4255555182b82778229fd0edd Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Sat, 12 Aug 2023 21:38:42 +0200 Subject: [PATCH] Release 2.0.6 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 141a02d227..63d4c8d4ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 2.x.x - Unreleased +## 2.0.6 - 2023-08-12 + - Take into account namespaces declared locally [`#155`](https://github.com/rust-syndication/rss/pull/155) ## 2.0.5 - 2023-07-26 diff --git a/Cargo.toml b/Cargo.toml index b54240e73c..8c1f329747 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rss" -version = "2.0.5" +version = "2.0.6" authors = ["James Hurst ", "Corey Farwell ", "Chris Palmer "] description = "Library for serializing the RSS web content syndication format" repository = "https://github.com/rust-syndication/rss"