From 908bfad744092afc18403c389fbc323e2683498a Mon Sep 17 00:00:00 2001 From: pat-s Date: Tue, 9 Nov 2021 09:14:02 +0100 Subject: [PATCH] Bump version to 0.1.0 --- DESCRIPTION | 2 +- NEWS.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index dcd19aa..b9cb565 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ppcryptoparser Title: Portfolio Performance Crypto Currency Staking Parser -Version: 0.0.1 +Version: 0.1.0 Authors@R: person("Patrick", "Schratz", , "patrick.schratz@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0748-6624")) diff --git a/NEWS.md b/NEWS.md index f327508..3f41a52 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,12 @@ +# ppcryptoparser 0.1.0 + +- The separator for CSV outputs is now fixed to "semicolon" as this seems to be the global PP default across all languages. +- New argument `dec` to allow setting a custom decimal separator. This is helpful if the decimal separator does not follow the PP language setting. +- Allow setting `pp_security_name` for `parse_cardano()`. + + # ppcryptoparser 0.0.1 - Initial release