From 5f3ee920ba02b1f34153881754a88ab08cb218c0 Mon Sep 17 00:00:00 2001 From: Gregory Jefferis Date: Mon, 23 Aug 2021 11:45:29 +0100 Subject: [PATCH] Bump version --- DESCRIPTION | 2 +- NEWS.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2f61f80..0d3fb20 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: fancr Title: Support Access to the Female Adult Nerve Cord (FANC) Dataset -Version: 0.2.0 +Version: 0.3.0 Authors@R: person(given = "Gregory", family = "Jefferis", diff --git a/NEWS.md b/NEWS.md index 7287d00..4042dd6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +# fancr 0.3.0 + +* switch to CAVE infrastructure rather than Zetta. See https://global.daf-apis.com/info/ (#1) +* includes update return format for `fanc_change_log()` + +You may find that you need to generate a new token with `fanc_set_token()` + # fancr 0.2.0 * Fast `fanc_xyz2id()` mapping using Itanna (spine) services (now thousands per second rather than 10s)