From 62e035b09803bd60970d17377af449838b6b4d09 Mon Sep 17 00:00:00 2001 From: Martin Raspaud Date: Thu, 28 Nov 2024 09:10:53 +0100 Subject: [PATCH] Update changelog for v0.4.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a29f31..fb4a7c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## Version 0.4.0 (2024/11/28) + + +### Pull Requests Merged + +#### Bugs fixed + +* [PR 29](https://github.com/pytroll/pytroll-watchers/pull/29) - Fix to many slashes in s3 path + +#### Features added + +* [PR 36](https://github.com/pytroll/pytroll-watchers/pull/36) - Fix filesystem serialisation to avoid connection +* [PR 31](https://github.com/pytroll/pytroll-watchers/pull/31) - Allow including directory name in file names +* [PR 30](https://github.com/pytroll/pytroll-watchers/pull/30) - Allow unpacking directories + +#### Documentation changes + +* [PR 27](https://github.com/pytroll/pytroll-watchers/pull/27) - Document the datastore watcher more + +In this release 5 pull requests were closed. + + ## Version 0.3.0 (2024/08/22)