2021-02-18  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Minor edit

2021-02-14  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Roll minor version

	* R/quote.R: Add get_quote() function for quote/ endpoint
	* man/get_quote.Rd: Documentation

	* R/price.R: Add lightweight get_price() accessor for price/ endpoint
	* man/get_price.Rd: Documentation

	* README.md: Add note regarding issue #1 and underlying Windows issue
	with \pkg{RcppSimdJson} which will get fixed soon.

2021-02-13  Dirk Eddelbuettel  <edd@debian.org>

	* R/time_series.R (time_series): Vectorised returning a list
	* man/time_series.Rd: Updated docs

	* R/key.R (store_key): New helper function
 	* man/store_key.Rd: Documentation

	* R/init.R (.defaultFile): Condition use of tools::R_user_dir() on
	having R version 4.0.0 or later.
	* R/key.R (store_key): Idem
	* R/time_series.R: Document need for R 4.0.0 or later for file-based
	configuration setting
	* man/store_key.Rd: Idem
	* man/time_series.Rd: Idem

2021-02-11  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Add CRAN, Dependencies, Download badges

2021-02-07  Dirk Eddelbuettel  <edd@debian.org>

	* R/time_series.R (time_series): Signficantly extended by supporting
	essentially all optional arguments in API, simplified time parsing
	* man/time_series.Rd: Added documentation

	* DESCRIPTION: Removed Suggests: on package anytime

	* inst/tinytest/test_td.R: Minimal testing

	* README.md: Expanded with two more examples

2021-02-06  Dirk Eddelbuettel  <edd@debian.org>

	* R/init.R: Refactored to be usable when either attached or loaded

	* README.md: Added
	* docs/spy.png: Idem
	* .github/workflows/ci.yaml: Idem

2021-02-05  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Initial version 0.0.1
	* NAMESPACE: Ditto
	* R/time_series.R: Basic accessor
	* R/init.R: Cache key from either config file or env var
	* man/*: Initial documentation
