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 d9bf8aa commit 32b38feCopy full SHA for 32b38fe
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.22.0
2
* Supported `json.Unmarshaler` type for scanning row to values
3
* Reimplement `sugar.DSN` with `net/url`
4
internal/meta/version.go
@@ -2,7 +2,7 @@ package meta
const (
VersionMajor = "3"
5
- VersionMinor = "21"
+ VersionMinor = "22"
6
VersionPatch = "0"
7
)
8
0 commit comments