From 31dd6be3e507bbd98c5e9b9604531d8583e4cc8f Mon Sep 17 00:00:00 2001 From: cmoussa1 Date: Mon, 30 Sep 2024 10:07:37 -0700 Subject: [PATCH] NEWS: add release notes for v0.38.0 Problem: There are no release notes for flux-accounting v0.38.0. Add some release notes. --- NEWS.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NEWS.md b/NEWS.md index 21fa0941..3ec65b86 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,18 @@ +flux-accounting version 0.38.0 - 2024-10-01 +------------------------------------------- + +#### Fixes + +* JobRecord: remove `username` from `__init__()` of JobRecord object (#489) + +* `job.state.inactive`: add `return -1` to exception (#492) + +#### Features + +* plugin: add project validation/annotation (#443) + +* `view-job-records`: add `--project` filter option (#490) + flux-accounting version 0.37.0 - 2024-09-03 -------------------------------------------