Skip to content

Commit

Permalink
Update date and describe bug fix in NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Eagles committed Aug 13, 2024
1 parent 137ce92 commit c0ae7d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: slurmjobs
Title: Helper Functions for SLURM jobs
Version: 1.2.4
Date: 2024-07-31
Date: 2024-08-13
Authors@R:
person("Nicholas J.", "Eagles", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9808-5254"))
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# slurmjobs 1.2.4

BUG FIXES

* Recognize/ handle `OUT_OF_MEMORY` job status, fixing a fatal error in `job_report()`

# slurmjobs 1.2.3

BUG FIXES
Expand Down

0 comments on commit c0ae7d3

Please sign in to comment.