From 4ec1cfd629a19b11af6348ff556a07b2d21e8847 Mon Sep 17 00:00:00 2001 From: DavisVaughan Date: Thu, 10 Sep 2020 11:24:48 -0400 Subject: [PATCH 1/4] Update CRAN comments --- cran-comments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cran-comments.md b/cran-comments.md index 10f96b4..55d6b11 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ ## Release Summary -This is the third release of riingo. It contains various bug fixes and exposes a number of new endpoints from Tiingo. +This is a small patch release to fix a bug with `riingo_iex_latest()`. ## Test environments * local OS X install, R 4.0.0 From 77abeaa2c42e0eb6d71a22b5aae7cad952c42d47 Mon Sep 17 00:00:00 2001 From: DavisVaughan Date: Thu, 10 Sep 2020 11:25:38 -0400 Subject: [PATCH 2/4] Increment version number --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 041aafe..4fe5532 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: riingo Title: An R Interface to the 'Tiingo' Stock Price API -Version: 0.3.0.9000 +Version: 0.3.1 Authors@R: c(person(given = "Davis", family = "Vaughan", diff --git a/NEWS.md b/NEWS.md index 67ec2c5..6e47b07 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# riingo (development version) +# riingo 0.3.1 * `riingo_iex_latest()` now also returns a `volume` column, like `riingo_iex_prices()` (#18). From 98e24087b931cc0c28e6615c2deb37492567d55a Mon Sep 17 00:00:00 2001 From: DavisVaughan Date: Thu, 10 Sep 2020 11:27:39 -0400 Subject: [PATCH 3/4] CRAN-RELEASE --- CRAN-RELEASE | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CRAN-RELEASE diff --git a/CRAN-RELEASE b/CRAN-RELEASE new file mode 100644 index 0000000..d4b39d4 --- /dev/null +++ b/CRAN-RELEASE @@ -0,0 +1,2 @@ +This package was submitted to CRAN on 2020-09-10. +Once it is accepted, delete this file and tag the release (commit 77abeaa2c4). From 6557c91e7e203cc88e6d60c3ce59b38bd000a50a Mon Sep 17 00:00:00 2001 From: DavisVaughan Date: Mon, 14 Sep 2020 08:12:12 -0400 Subject: [PATCH 4/4] Delete CRAN-RELEASE --- CRAN-RELEASE | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 CRAN-RELEASE diff --git a/CRAN-RELEASE b/CRAN-RELEASE deleted file mode 100644 index d4b39d4..0000000 --- a/CRAN-RELEASE +++ /dev/null @@ -1,2 +0,0 @@ -This package was submitted to CRAN on 2020-09-10. -Once it is accepted, delete this file and tag the release (commit 77abeaa2c4).