From 61db7c4b765f59f1a1938a7e0b873665e6f3670b Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Fri, 27 May 2022 22:59:21 +0200 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a77034a..97a358e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2022-05-27 + +### Added + +* Add support for paging, i.e. retrieving more that 50 past items (#9) +* Introduce the `limit` parameter to get more/less than 50 feed items +* Add caching; all Mixcloud user, cloudcasts and download URL requests are + cached for 24 hours (#3) + +### Changed + +* Implemented proper error logging and handling (#6) +* Replaces own youtube-dl command running implementation by `youtub_dl` + crate (#8) +* Several code and documentation improvements & fixes + +### Removed + +* Drop dependencies on some unnecessary/unused crates + ## [0.1.0] - 2022-05-24 Initial release. -[Unreleased]: https://git.luon.net/paul/podbringer/compare/v0.1.0...HEAD +[Unreleased]: https://git.luon.net/paul/podbringer/compare/v0.2.0...HEAD +[0.2.0]: https://git.luon.net/paul/podbringer/compare/tag/v0.1.0..v0.2.0 [0.1.0]: https://git.luon.net/paul/podbringer/commits/tag/v0.1.0