diff options
| author | Shulhan <ms@kilabit.info> | 2022-08-04 00:07:06 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-08-05 21:01:21 +0700 |
| commit | 055802ca21d6c1e8c8427bd9553a821fbb7ef721 (patch) | |
| tree | 21b3591cfbcc0c5031a2d76b203f3066e4a203b6 /share.go | |
| parent | bccb6115fd7f6fe06be29250c80db5c611920711 (diff) | |
| download | pakakeh.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.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,5 +8,5 @@ package share var ( // Version of this module. - Version = "0.39.0" + Version = "0.40.0" ) |
