From c0e0aa4548f2e916edf7f186a446c177bef1fa9e Mon Sep 17 00:00:00 2001 From: chris west Date: Sat, 9 May 2020 12:55:45 -0700 Subject: [PATCH] add changelog --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8366015 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +## v0.1.10 + +`phd` can now render a single page to stdout, instead of starting +as a server. Those of us in the biz refer to this as "serverless". + +For example, if your Gopher site lives in `/srv/gopher` and you want +to render the main page, just run: + + phd -r / /srv/gopher + +This will print the raw Gopher menu to stdout! + +To view the "/about" page, pass that selector: + + phd -r / /srv/gopher + +Edge computing is now Gopher-scale! Enjoy! + +## v0.1.9 + +Switch to using GitHub Actions for release automation.