From ad267ae9673db85e708756dba6efcc7eeea80d71 Mon Sep 17 00:00:00 2001 From: cmoussa1 Date: Fri, 30 Aug 2024 08:39:54 -0700 Subject: [PATCH] NEWS: add release notes for v0.37.0 Problem: There are no release notes for flux-accounting v0.37.0. Add some release notes. --- NEWS.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/NEWS.md b/NEWS.md index fa656f85..21fa0941 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,26 @@ +flux-accounting version 0.37.0 - 2024-09-03 +------------------------------------------- + +#### Fixes + +* plugin: move `flux_respond ()` to end of functions (#431) + +* Makefile: remove left over compile instructions for `flux_account_shares` +(#482) + +* configure: add `jansson` as a dependency check (#484) + +* doc: add example error message when creating DB after starting systemd +service (#485) + +#### Features + +* plugin: add instance owner info to plugin (#477) + +* cmd: add `export-db` as a `flux account` command (#486) + +* cmd: add `pop-db` as a `flux account` command (#487) + flux-accounting version 0.36.0 - 2024-08-06 -------------------------------------------