summaryrefslogtreecommitdiff
path: root/share.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-04-01 14:25:17 +0700
committerShulhan <ms@kilabit.info>2023-04-01 14:38:00 +0700
commit133331febf70ff5c22c5c7e7568eae69f5f704eb (patch)
tree022d1bd94e4b3fe2c8a4dd8f3a0128ef224e6057 /share.go
parenta2ba0eefc07887ed10809f901a5afa2de04b81e5 (diff)
downloadpakakeh.go-0.45.0.tar.xz
Release share v0.45.0 (2023-04-01)v0.45.0
This release set the Go version to 1.19. === Breaking changes * lib/net: changes the PopulateQuery logic === New features * _bin: add shell script go-test-lint.sh to run test and lint sequentially * lib/bytes: add function DumpPrettyTable * lib/bytes: add function SplitEach * lib/dns: add function ParseZone * lib/dns: add method WriteTo to Zone * lib/http: add function to parse multipart Range response for Client * lib/http: add support for HTTP Range in Server * lib/io: add method ReplaceAll on Reader * lib/parser: add method TokenTrimSpace * lib/parser: add method SetDelimiters * lib/telemetry: new package for collecting and forwarding metrics === Bug fixes * lib/dns: fix packing, parsing, and saving MINFO resource data * lib/dns: fix packing and unpacking resource record HINFO * lib/dns: fix parsing SRV record from zone file === Enhancements * lib/dns: allow parsing TXT rdata without quote in zone file * lib/dns: handle zone file with CRLF line ending * lib/test: simplify the string diff output from Assert
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 685a40dd..3a90d3fd 100644
--- a/share.go
+++ b/share.go
@@ -8,5 +8,5 @@ package share
var (
// Version of this module.
- Version = `0.44.0`
+ Version = `0.45.0`
)