From 6f192bae1e6ff86a5f64a4700037fbe4855a0e7c Mon Sep 17 00:00:00 2001 From: Jayaram Kancherla Date: Thu, 6 Feb 2025 23:20:12 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0d6f88..d56e545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Version 0.5.6 + +- slrum runner's manifest now accepts an additional key: "sbatch_extra_args", to add any additional SBATCH headers to the generated scripts. + ## Version 0.5.3 - 0.5.5 - 'config' is renamed to 'context_or_config' to accept both TileDB's context or config objects. This supports in-memory TileDB contexts from [Phil](https://github.com/hanslovsky) [[#79](https://github.com/TileOme/cellarr/pull/79)].