Skip to content

Commit 3b3b0e1

Browse files
committed
Bump version to 1.5.3
Includes: - EDE (Extended DNS Error) preservation in cache - Wildcard blocklist support with performance improvements - Goroutine leak fix in resolver - Context timeout error handling with proper EDE codes - DoQ connection handling improvements - Modernized code for Go 1.23+ - Improved snap packaging
1 parent 3089c41 commit 3b3b0e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdns.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"github.com/spf13/cobra"
2020
)
2121

22-
const version = "1.5.2"
22+
const version = "1.5.3"
2323

2424
var (
2525
cfgPath string

0 commit comments

Comments
 (0)