From 3090448abb8787332a04f03ea8987650461aa994 Mon Sep 17 00:00:00 2001 From: Anna Krystalli Date: Mon, 25 Nov 2024 11:52:11 +0200 Subject: [PATCH] Increment version number to 1.3.0.9000 --- DESCRIPTION | 2 +- NEWS.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 6da9244..d113b49 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: hubData Title: Tools for accessing and working with hubverse data -Version: 1.3.0 +Version: 1.3.0.9000 Authors@R: c(person("Anna", "Krystalli", , "annakrystalli@googlemail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2378-4915")), diff --git a/NEWS.md b/NEWS.md index 2318b7b..a29595e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# hubData (development version) + # hubData 1.3.0 * Support the determination of hub schema from v4 configuration files (#63). Also fixes bug in `create_hub_schema()` where `output_type_id` data type was being incorrectly auto-determined as `logical` when only point estimate output types where being collected by a hub. Now `character` data type is returned for the `output_type_id` for all schema versions in such situations when auto-determined.