all repos — honk @ 20ab3c3b802ce8246aa276d75f66aa5e3218bce6

my fork of honk

call this 0.8.1
Ted Unangst tedu@tedunangst.com
Thu, 07 Nov 2019 00:39:17 -0500
commit

20ab3c3b802ce8246aa276d75f66aa5e3218bce6

parent

33e0413e01d0e70f3b2ca06bdc9b0c7ed6ad394b

2 files changed, 6 insertions(+), 6 deletions(-)

jump to
M docs/changelog.txtdocs/changelog.txt

@@ -1,14 +1,14 @@

changelog --- next +-- 0.8.1 -+ Timestamps displayed in server time with TZ. +++ Make it easier to upgrade by decoupling data dir from ".". -+ Version string in binary. ++ Timestamps displayed in server time with TZ. -++ Make it easier to upgrade by decoupling data dir from ".". ++ version command to print current version. -+ Amend changelog for 0.8.0 in include omitted elements: ++ Amend changelog for 0.8.0 to include omitted elements: Syntax highlighting for code blocks. Something resembling an actual manual.
M honk.gohonk.go

@@ -28,7 +28,7 @@ "strings"

"time" ) -var honkVersion = "honk 0.8.0-dev" +var honkVersion = "honk 0.8.1" func init() { notrand.Seed(time.Now().Unix())