From f8eb546649a83a5a0e8f0a617f4471de0683b6e3 Mon Sep 17 00:00:00 2001 From: wlandau-lilly Date: Mon, 8 Jan 2024 11:51:38 -0500 Subject: [PATCH] Version 0.0.2 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index d4e5c13..d31117c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -13,7 +13,7 @@ Description: In computationally demanding analysis projects, 'clustermq' by Schubert (2019) ), and 'batchtools' by Lang, Bischl, and Surmann (2017). . -Version: 0.0.1.9002 +Version: 0.0.2 License: MIT + file LICENSE URL: https://wlandau.github.io/crew.aws.batch/, https://github.com/wlandau/crew.aws.batch diff --git a/NEWS.md b/NEWS.md index b470cd3..df0bcae 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# crew.cluster 0.0.1.9002 +# crew.cluster 0.0.2 * Use `paws.common::paginate()` to get the full log of a job (#5). Requires `paws.common` >= 0.7.0 due to https://github.com/paws-r/paws/issues/721. * Rename `crew_aws_batch_monitor()` to `crew_monitor_aws_batch()` for syntactic consistency.