We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8476e33 commit d1605d0Copy full SHA for d1605d0
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.18.5
2
* Fixed duplicating `WithPanicCallback` proxying to table config options
3
* Fixed comments for `xerrros.Is` and `xerrros.As`
4
internal/meta/version.go
@@ -3,5 +3,5 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "18"
6
- VersionPatch = "4"
+ VersionPatch = "5"
7
)
0 commit comments