From 50f7a62cd403db0e725eab691dd9bdeaa8bf3850 Mon Sep 17 00:00:00 2001 From: Corban-Lee Date: Wed, 18 Sep 2024 15:16:36 +0100 Subject: [PATCH] dates and correct a version mistake --- CHANGELOG.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd8c6cf..b997da7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Changed - -- Added `unique_content_rules` field to `Subscription` dataclass (support latest pyrss-website version) -- Update changelog to follow [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) - -## [0.2.1] - 2024 - ### Added - Search and filter controls for the data viewing commands @@ -26,8 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Show whether a subscription is active or inactive when using a data view command +- Added `unique_content_rules` field to `Subscription` dataclass (support latest pyrss-website version) +- Update changelog to follow [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) -## [0.2.0] - 2024 +## [0.2.0] - 2024-08-19 ### Added @@ -48,9 +43,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Unused and commented out code -## [0.1.1] - 2024 +## [0.1.1] - 2024-08-17 ### Added - Start of changelog - Versioning with tagged docker images + +## [0.1.0] - 2024-08-13