From acc2631f894fc2361f1ca4a83166fedcb2db5b10 Mon Sep 17 00:00:00 2001 From: Panu Lahtinen Date: Fri, 16 Feb 2024 16:38:05 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26b15fe5..fc26c94b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +############################################################################### +## Version 0.16.0 (2024/02/16) + +### Issues Closed + +* [Issue 147](https://github.com/pytroll/pytroll-collectors/issues/147) - Installing fails on Python 3.12; versioneer update needed? + +In this release 1 issue was closed. + +### Pull Requests Merged + +#### Bugs fixed + +* [PR 144](https://github.com/pytroll/pytroll-collectors/pull/144) - Update versioneer + +#### Features added + +* [PR 153](https://github.com/pytroll/pytroll-collectors/pull/153) - Update CI Python versions +* [PR 152](https://github.com/pytroll/pytroll-collectors/pull/152) - Use factory function for publisher creation in trollstalker and switch to Watchdog +* [PR 141](https://github.com/pytroll/pytroll-collectors/pull/141) - Add tests and refactor trollstalker a bit +* [PR 139](https://github.com/pytroll/pytroll-collectors/pull/139) - Create monitored directory if does not exist +* [PR 138](https://github.com/pytroll/pytroll-collectors/pull/138) - Fix noaa21 +* [PR 137](https://github.com/pytroll/pytroll-collectors/pull/137) - Create publish topic in scisys-receiver from config-pattern and message + +In this release 7 pull requests were closed. + + ############################################################################### ## Version 0.15.1 (2023/04/27)