Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Nov 9, 2021
1 parent 4687edc commit 908bfad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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"))
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->

# 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

0 comments on commit 908bfad

Please sign in to comment.