From 7c54cba6ff59a186d8f33d4a14a535607b980868 Mon Sep 17 00:00:00 2001 From: John Blischak Date: Fri, 17 Sep 2021 14:30:09 -0700 Subject: [PATCH] Add changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ac87eb3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +## v1.1.0 - 2021-09-17 + +Reduce the default settings for `max-jobs-per-second` and +`max-status-checks-per-second` to avoid stressing Slurm + +Example of running rules in Singularity containers +([CreRecombinase](https://github.com/CreRecombinase), +[#2](https://github.com/jdblischak/smk-simple-slurm/pull/2)) + +## v1.0.0 - 2021-06-07 + +Initial release