summaryrefslogtreecommitdiff
path: root/share.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-03-02 17:36:25 +0700
committerShulhan <ms@kilabit.info>2023-03-02 17:36:25 +0700
commit4efba34f57ebc90b5a216ad9b104e25e7e812274 (patch)
tree1045b59f7350b06823060f9af004cd240ff780df /share.go
parent1dc2b3fae81ed02bd5bcba4a3fea3a2a9b4d4f4e (diff)
downloadpakakeh.go-0.44.0.tar.xz
Release share v0.44.0 (2022-03-02)v0.44.0
=== New features * lib/time: implement Scheduler * lib/time: add new type Clock === Bug fixes * lib/clise: fix potential data race between Push and Slice * lib/memfs: minimize data race on DirWatcher * go.mod: update all dependencies === Chores * all: set the test timeout to 1m * all: access embedded field or methods using the type name * lib/email: add an example for Filter method on Header * cmd: temporarily hide unused commands * AUR: add go-test-coverhtml.sh and go-bench.sh into package * lib/websocket: replace math/rand.Read with crypto/rand.Read
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 8ff28f48..685a40dd 100644
--- a/share.go
+++ b/share.go
@@ -8,5 +8,5 @@ package share
var (
// Version of this module.
- Version = `0.43.0`
+ Version = `0.44.0`
)