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.