From c9f33e6221715fcd9fcd695b5d0b78c866b2d455 Mon Sep 17 00:00:00 2001 From: Martin Raspaud Date: Mon, 4 Sep 2023 16:33:32 +0200 Subject: [PATCH] Update changelog for v0.13.1 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85602aa4..7a79baf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## Version 0.13.1 (2023/09/04) + +### Issues Closed + +* [Issue 175](https://github.com/pytroll/trollmoves/issues/175) - urlparse in move_it function fails to parse destination parameter when destination parameter already is a urllib.parse.ParseResult ([PR 176](https://github.com/pytroll/trollmoves/pull/176) by [@TAlonglong](https://github.com/TAlonglong)) + +In this release 1 issue was closed. + +### Pull Requests Merged + +#### Bugs fixed + +* [PR 176](https://github.com/pytroll/trollmoves/pull/176) - Handle destination as urlparse type. Add test. ([175](https://github.com/pytroll/trollmoves/issues/175)) +* [PR 174](https://github.com/pytroll/trollmoves/pull/174) - Fix ftp mover using destination filename when provided + +In this release 2 pull requests were closed. + + ############################################################################### ## Version 0.13.0 (2023/06/05)