From 7cdf7b02d3924ab7444c4e4b5320015ea2fb407c Mon Sep 17 00:00:00 2001 From: aleksanderbl29 <73799306+aleksanderbl29@users.noreply.github.com> Date: Tue, 10 Dec 2024 18:06:48 +0100 Subject: [PATCH] Increment version number and update news --- DESCRIPTION | 4 ++-- NEWS => NEWS.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) rename NEWS => NEWS.md (85%) diff --git a/DESCRIPTION b/DESCRIPTION index 9ec629c..b8ccf01 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: dkstat Title: API connection to the StatBank from Statistics Denmark -Version: 0.09 -Date: 2024-11-15 +Version: 0.0.0.9001 +Date: 2024-12-10 Authors@R: c( person("Aleksander", "Bang-Larsen", , "contact@aleksanderbl.dk", role = c("aut", "cre"), comment = c(ORCID = "0009-0007-7984-4650")), diff --git a/NEWS b/NEWS.md similarity index 85% rename from NEWS rename to NEWS.md index df9d6cb..ee910ae 100644 --- a/NEWS +++ b/NEWS.md @@ -1,3 +1,9 @@ +# dkstat v0.0.0.9001 (2024-12-10) + +* Use tidyverse conventions for versioning +* Add function to parse week-numbers +* Add `dst_get_all_data()` to get the entire table. + # Changes to v0.07 * You can now download a data.frame with all the available tables. * Half yearly data can now be parsed.