summaryrefslogtreecommitdiff
path: root/share.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-08-04 00:07:06 +0700
committerShulhan <ms@kilabit.info>2022-08-05 21:01:21 +0700
commit055802ca21d6c1e8c8427bd9553a821fbb7ef721 (patch)
tree21b3591cfbcc0c5031a2d76b203f3066e4a203b6 /share.go
parentbccb6115fd7f6fe06be29250c80db5c611920711 (diff)
downloadpakakeh.go-0.40.0.tar.xz
Release share v0.40.0 (2022-08-05)v0.40.0
=== Breaking changes * lib/memfs: set the Root SysPath to the first MemFS instance on Merge * lib/memfs: rename Option field Development to TryDirect === New features * _bin: add script to run Go benchmark * _bin: add script to run Go test and generate HTML coverage * _bin: add script go-mod-tip.sh * cmd/epoch: print the weekday in local and UTC time * cmd/epoch: add flag to parse time from RFC3339 and RFC1123 format * cmd/ini: a CLI to get and set values in the INI file format * lib/test: implement Data, a type to load formatted file for helping test === Bug fixes * lib/ini: fix parsing and saving multi line variables * lib/ini: fix marshaling pointer to nil field * lib/memfs: ignore error on Get when calling node Update === Enhancements * lib/dns: add field SOA to the ServerOptions * lib/http: add server options to generate index.html automatically * lib/ini: support escaped double-quote and colon in tag subsection * lib/ini: handle marshaling slice of time.Time
Diffstat (limited to 'share.go')
-rw-r--r--share.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/share.go b/share.go
index 0cc1c75a..f1c5632e 100644
--- a/share.go
+++ b/share.go
@@ -8,5 +8,5 @@ package share
var (
// Version of this module.
- Version = "0.39.0"
+ Version = "0.40.0"
)