From bb75a80dda2bb3e84e9026523576183c3ff0ce02 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Mon, 18 May 2020 22:38:18 -0700 Subject: [PATCH] New release featuring cleaned-up docs --- ChangeLog.md | 4 ++++ README.md | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index d30fc30..1603aab 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,10 @@ ChangeLog --------- +#### 0.0.2 - release 2020-05-18 + +* Cleaned up documentation + #### 0.0.1 - release 2020-05-17 The tests pass (on PHP 7.3 and 7.4, but that just means there is inadequate diff --git a/README.md b/README.md index 1716f60..2d8ac2c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Features Documentation ------------- -The documentation is not hosted anywhere yet. +The documentation is hosted on Read the Docs: [titi.rtfd.io](https://titi.readthedocs.io/). ### Building the Docs ### @@ -98,3 +98,7 @@ Tests Tests are written with PHPUnit and be run through composer composer test + +To see the test progress and results: + + composer -v test