summaryrefslogtreecommitdiff
path: root/share.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-09-04 22:15:06 +0700
committerShulhan <ms@kilabit.info>2022-09-04 22:16:59 +0700
commitdd485ce62d0554bddb6f8253ee4700ece6c4ea00 (patch)
tree6742c828e6503784eaadc61b16fb825b0b84b628 /share.go
parentd6fe7d0a69938f6952c4a89a2005a3d034112fe9 (diff)
downloadpakakeh.go-0.41.0.tar.xz
Release share v0.41.0 (2022-09-04)v0.41.0
=== Breaking changes * lib/json: remove solidus (slash) from being escaped/un-escaped === Bug fixes * lib/memfs: fix SIGSEGV when node is deleted when being watched === New features lib/text: add custom MarshalJSON to type Chunk and Line === Chores * lib/memfs: simplify checking for symlink * lib/http: increase time sleep waiting for server on example endpoint * text/diff: rewrite the test using test.Data * _doc: cleaning up the documentation * lib/totp: cleaning up the codes
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 f1c5632e..e6496842 100644
--- a/share.go
+++ b/share.go
@@ -8,5 +8,5 @@ package share
var (
// Version of this module.
- Version = "0.40.0"
+ Version = "0.41.0"
)