From 2d84dbbb7fed016f3c7cdd930d779f30828554cb Mon Sep 17 00:00:00 2001 From: Panu Lahtinen Date: Thu, 11 Aug 2022 09:50:59 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b547c07a..91b1559c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +############################################################################### +## Version 0.10.0 (2022/08/11) + +### Issues Closed + +* [Issue 116](https://github.com/pytroll/trollmoves/issues/116) - Adjust move_it.py to use movers from trollmoves.movers ([PR 117](https://github.com/pytroll/trollmoves/pull/117) by [@pnuu](https://github.com/pnuu)) + +In this release 1 issue was closed. + +### Pull Requests Merged + +#### Bugs fixed + +* [PR 113](https://github.com/pytroll/trollmoves/pull/113) - Fix dispatcher destination url creation and revert test config to intended value + +#### Features added + +* [PR 119](https://github.com/pytroll/trollmoves/pull/119) - Add an option to disable target directory creation +* [PR 117](https://github.com/pytroll/trollmoves/pull/117) - Use movers from the trollmoves package ([116](https://github.com/pytroll/trollmoves/issues/116)) +* [PR 115](https://github.com/pytroll/trollmoves/pull/115) - Add a mover for s3:// protocol +* [PR 112](https://github.com/pytroll/trollmoves/pull/112) - Remove Python 3.7 and add Python 3.10 for running unittests + +In this release 5 pull requests were closed. + + ############################################################################### ## Version v0.9.0 (2021/12/03)