diff options
| author | Shulhan <ms@kilabit.info> | 2023-03-02 17:36:25 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-03-02 17:36:25 +0700 |
| commit | 4efba34f57ebc90b5a216ad9b104e25e7e812274 (patch) | |
| tree | 1045b59f7350b06823060f9af004cd240ff780df /share.go | |
| parent | 1dc2b3fae81ed02bd5bcba4a3fea3a2a9b4d4f4e (diff) | |
| download | pakakeh.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.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,5 +8,5 @@ package share var ( // Version of this module. - Version = `0.43.0` + Version = `0.44.0` ) |
