dates and correct a version mistake
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s

This commit is contained in:
Corban-Lee Jones 2024-09-18 15:16:36 +01:00
parent 4c31fe69e2
commit 50f7a62cd4

View File

@ -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