From 2e3d88c9ec6991909832e2ff8fc4a90b59f3a9b1 Mon Sep 17 00:00:00 2001 From: James Corbett Date: Fri, 2 Aug 2024 21:15:38 -0700 Subject: [PATCH] NEWS.md: add release notes for 0.16.0 Problem: there are no release notes for v0.16.0. Add them. --- NEWS.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS.md b/NEWS.md index 86b8b55..afabf78 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,15 @@ +flux-coral2 0.16.0 - 2024-08-05 +------------------------------- + +### New Features + * dws: KVS workflow timings (#187) + * dws: handling for Lustre MGTs (#189) + * dws: save workflow teardown timings to KVS (#191) + +### Fixes + * dws: Fix NnfDataMovement logging (#185) + + flux-coral2 0.15.0 - 2024-07-17 -------------------------------