From 137f58eeb53bb2d6ff4a73325c857cd42ce75dba Mon Sep 17 00:00:00 2001 From: earnest ma Date: Thu, 11 Feb 2021 22:47:22 -0500 Subject: [PATCH] chore: Update changelog for 0.3.1 --- changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog.md b/changelog.md index 9725c7a..edd6097 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,14 @@ # Changelog +## 0.3.1 - 2021-02-11 + +Just minor fixes to tags and links. + +earnest ma (3): + chore: Use non-WWW links + fix! Broken link + fix: Leftover + ## 0.3.0 - 2021-02-10 In this release, basic support for output to Gemini was added, as well as Hugo theme metadata and an exampleSite. Improvements are always welcome.