summaryrefslogtreecommitdiff
path: root/share.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-10-08 00:04:09 +0700
committerShulhan <ms@kilabit.info>2022-10-08 00:04:09 +0700
commitcc0a706f60941a1c352c38e5900755626f3da3d3 (patch)
tree1ddf0e96878215bd50c5e982cf78ea816ccf330a /share.go
parent5b160b0b0f88748db525e1af89030fa7029f09c7 (diff)
downloadpakakeh.go-0.41.1.tar.xz
Release share v0.41.1 (2022-10-07)v0.41.1
=== Enhancements * lib/http: simplify the default user-agent that send by Client * lib/http: support embedded field on UnmarshalForm * lib/test: use text/diff to compare strings on Assert * lib/reflect: remove prefix from returned error on DoEqual * lib/test: change the Assert parameter to Writer === Chores * lib/ini: add example for marshaling slice inside map[string]T * lib/paseto: reformat the documentation * lib/websocket: fix possible race during testing Client * text/diff: rewrite the test again by reading from files
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 e6496842..8b8a8ea1 100644
--- a/share.go
+++ b/share.go
@@ -8,5 +8,5 @@ package share
var (
// Version of this module.
- Version = "0.41.0"
+ Version = `0.41.1`
)