2026-09-09  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.0.7

2026-09-08  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Roll micro version and date

	* README.md: Add badges for dependencies and r-universe

	* src/Makevars: Removed as defaults have long been sufficient
	* src/Makevars.win: Idem

	* .github/workflows/ci.yaml: Switch to actions/checkout@v7

2026-01-28  Dirk Eddelbuettel  <edd@debian.org>

	* .github/workflows/ci.yaml: Switch to actions/checkout@v6

2025-08-12  Dirk Eddelbuettel  <edd@debian.org>

	* .github/workflows/ci.yaml: Simplify to r-ci with included bootstrap

2024-10-24  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Authors@R): Added

2024-07-18  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Switch some URLs from http to https

2024-04-08  Dirk Eddelbuettel  <edd@debian.org>

	* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4,
	add r-ci-setup actions

2024-01-13  Dirk Eddelbuettel  <edd@debian.org>

	* src/xtsMod.cpp (RCPP_MODULE): Correct docstring

2022-11-01  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.0.6

	* src/init.c: Add 'void' for proper prototypes pleasing clang-15

	* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3

2022-08-05  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.0.5

2022-07-31  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Roll minor version and date

	* .github/workflows/ci.yaml (jobs): Use r2u

2022-07-25  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Adjust URLs to https
	* inst/NEWS.Rd: Idem

2021-12-19  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Remove unused continuous integration artifact and badge

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

	* DESCRIPTION (URL, BugReports): Added to DESCRIPTION

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

        * .github/workflows/ci.yaml: Add CI runner using r-ci
	* README.md: Add new badge

2020-07-18  Dirk Eddelbuettel  <edd@debian.org>

	* src/xtsMod.cpp: Add 'check_names' argument to xtsMerge
	* man/RcppXts-package.Rd: Document it

	* tests/checks.R: Tweak, but still skip xtsMerge example

	* src/init.c: Added to register Rcpp Modules 'boot' routine

2020-06-23  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Roll minor version and date

	* README.md: Add a 'last commit' badge

	* tests/checks.R: Comment-out two checks for now

	* .travis.yml: Switch to 'bionic' and R 4.0

2018-12-24  Dirk Eddelbuettel  <edd@debian.org>

	* NAMESPACE: Add .registration=TRUE to useDynLib()

2017-08-26  Dirk Eddelbuettel  <edd@debian.org>

	* .travis.yml: Updated to use run.sh from r-travis

2016-05-07  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Minor edits to catch upto current CRAN standards

	* README.md: Expanded and updated with more badges and new sections

	* .travis.yml: Updated, faster via r-cran-rcpp and r-cran-xts binaries

2014-02-12  Dirk Eddelbuettel  <edd@debian.org>

	* .travis.yml: Added

2013-10-22  Dirk Eddelbuettel  <edd@debian.org>

	* NAMESPACE: Minor cleanup

2013-07-12  Dirk Eddelbuettel  <edd@debian.org>

	* man/RcppXts-package.Rd: Added some documentation for new functions

2013-06-26  Dirk Eddelbuettel  <edd@debian.org>

	* src/xtsMod.cpp: Added more functions now that xts 0.9-5 is on CRAN
	* tests/check.R: Added some illustrations / tests as well

2013-01-18  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version): 0.0.4

	* DESCRIPTION (Depends): Increased to xts 0.9-2 now on CRAN

2013-01-16  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version): 0.0.3

	* DESCRIPTION (Depends): Increased to xts 0.9-1.2 with its new xtsAPI.h

	* src/xtsMod.cpp (RCPP_MODULE): Reflect new xtsAPI.h and new function
	names in the xts API, renamed the created R functions accordingly
	* tests/check.R: Updated to new function names
	* man/RcppXts-package.Rd: Idem

2013-01-15  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version): 0.0.2

	* DESCRIPTION (Depends): Versioned Depends: on xts to ensure we a
	version greater than 0.9-1 (currently on CRAN) with corrected init.c

	* src/xtsMod.cpp:
	  o Import stubs have been moved into xts where they belong
	  o New functions for coredata, merge, lag now that xts exports'em

	* tests/check.R: Added minimal tests for new functionality

2013-01-12  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version): 0.0.1

