summaryrefslogtreecommitdiff
path: root/share.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-07-03 15:07:14 +0700
committerShulhan <ms@kilabit.info>2022-07-03 15:07:19 +0700
commitec8dcf9eba1fc69a3b3369a2494ee8f01ef4f196 (patch)
treea08f077941332e8f735b04e7f8b08c578eb125f9 /share.go
parent557cf80f27208fad7bf240ed400185e62d0684e8 (diff)
downloadpakakeh.go-0.39.0.tar.xz
Release share v0.39.0 (2022-07-03)v0.39.0
Breaking changes * all: move lib/sanitize.HTML to net/html.Sanitize New features, * lib/mlog: add method Close to MultiLogger * lib/clise: implement json.Marshaler on Clise * net/html: add function NormalizeForID * lib/http: add function to unmarshal url.Values using tag `form:` * lib/reflect: implement Set function to set reflect.Value by string * lib/reflect: add function Unmarshal * lib/reflect: add function Tag to simplify lookup on struct's field tag Enhancements, * lib/memfs: update the template format * net/html: use inline replacement to clean up white spaces * lib/mlog: minimize allocation when generating log * lib/dns: use Shutdown to stop DoH server * lib/websocket: realign all struct to minimize allocations
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 87eb4990..d5fce1aa 100644
--- a/share.go
+++ b/share.go
@@ -8,5 +8,5 @@ package share
const (
// Version of this module.
- Version = "0.36.0"
+ Version = "0.39.0"
)