summaryrefslogtreecommitdiff
path: root/share.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-04-03 00:08:34 +0700
committerShulhan <ms@kilabit.info>2022-04-03 00:08:34 +0700
commit4433c73f2cb68c812522c946304a76ecb3c46d70 (patch)
tree68974802ea16e179cd2fc071a40efe9998fdba03 /share.go
parentd8057042e6c707e28a57508b6bfad0a6c4f3bd01 (diff)
downloadpakakeh.go-0.36.0.tar.xz
Release share v0.36.0 (2022-04-03)v0.36.0
== Breaking changes * lib/memfs: update the file mode and/or content on DirWatcher * lib/memfs: changes the DirWatcher and Watcher to use channel * all: move the DirWatcher and Watcher types from io to memfs == New features * lib/http: implement handler to check each request to Server Memfs * lib/memfs: add method to stop the Watch * lib/xmlrpc: add method to get boolean field value on Value * lib/memfs: add method Watch to MemFS == Enhancements * lib/http: use package mlog for logging == Bug fixes * lib/memfs: check for possible nil on Get * lib/xmlrpc: use %v to convert non-string type on GetFieldAsString == Chores * lib/memfs: differentiate prefix on MemFS’s Update and Node’s Update * email/dkim: remove amazonses.com domain from test cases * lib/memfs: move the test for NewWatcher and DirWatcher as example
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 c9e7d3c9..abb74459 100644
--- a/share.go
+++ b/share.go
@@ -10,5 +10,5 @@ package share
const (
// Version of this module.
- Version = "0.34.0"
+ Version = "0.36.0"
)