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

	* DESCRIPTION (Date, Version): Release 0.0.4

	* README.md: URL updates, add r-universe badge

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

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

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

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

2025-04-04  Dirk Eddelbuettel  <edd@debian.org>

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

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

	* DESCRIPTION (Authors@R): Added

2024-06-25  Dirk Eddelbuettel  <edd@debian.org>

	* .github/workflows/ci.yaml (jobs): Update to r-ci-setup action

2024-05-22  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Use tinyverse.netlify.app for dependency badge

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

	* DESCRIPTION (Date, Version): Release 0.0.3

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

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

	* DESCRIPTION (LinkingTo): Add RcppInt64
	* src/hasher.cpp: Use RcppInt64 package

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

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

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

	* .github/workflows/ci.yaml: Add CI via run.sh from r-ci
	* README.md: Add CI badge

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

	* DESCRIPTION (Date, Version): Release 0.0.2

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

	* README.md: Additional badgeds and CRAN installation notes

	* configure: On SunOS, create src/Makevars to define endianness so
	that no attemp to include the (non-existing) endian.h is made

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

	* DESCRIPTION (Date, Version): Release 0.0.1

	* inst/NEWS.Rd: Added
	* README.md: Add installation instructions

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

	* src/hasher.cpp: Vectorised, added help page
	* man/farmhash.Rd: Added via roxygen2
	* README.md: Added simple README
	* inst/AUTHORS: Geoff Pike wrote FarmHash
	* .gitignore: Added
	* .Rbuildignore: Added
	* cleanup: Added

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

	* DESCRIPTION: Initial version
	* NAMESPACE: Idem
	* src/farmhash.{cc,h}: From FarmHash
	* src/hasher.cpp: Simpler string hasher
        * .editorconfig: Added
