call this 0.8.1
This commit is contained in:
parent
603e0bbd2f
commit
b3f3e21635
2 changed files with 7 additions and 7 deletions
|
|
@ -1,14 +1,14 @@
|
||||||
changelog
|
changelog
|
||||||
|
|
||||||
-- next
|
-- 0.8.1
|
||||||
|
|
||||||
+ Timestamps displayed in server time with TZ.
|
|
||||||
|
|
||||||
+ Version string in binary.
|
|
||||||
|
|
||||||
++ Make it easier to upgrade by decoupling data dir from ".".
|
++ Make it easier to upgrade by decoupling data dir from ".".
|
||||||
|
|
||||||
+ Amend changelog for 0.8.0 in include omitted elements:
|
+ Timestamps displayed in server time with TZ.
|
||||||
|
|
||||||
|
+ version command to print current version.
|
||||||
|
|
||||||
|
+ Amend changelog for 0.8.0 to include omitted elements:
|
||||||
Syntax highlighting for code blocks.
|
Syntax highlighting for code blocks.
|
||||||
Something resembling an actual manual.
|
Something resembling an actual manual.
|
||||||
|
|
||||||
|
|
|
||||||
2
honk.go
2
honk.go
|
|
@ -28,7 +28,7 @@ import (
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
var honkVersion = "honk 0.8.0-dev"
|
var honkVersion = "honk 0.8.1"
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
notrand.Seed(time.Now().Unix())
|
notrand.Seed(time.Now().Unix())
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue