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 fac5923 commit d41f33bCopy full SHA for d41f33b
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.36.2
2
* Changed output of `sugar.GenerateDeclareSection` (added error as second result)
3
* Specified `sugar.GenerateDeclareSection` for `go1.18` (supports input types `*table.QueryParameters` `[]table.ParameterOption` or `[]sql.NamedArg`)
4
* Supports different go's primitive value types as arg of `sql.Named("name", value)`
internal/meta/version.go
@@ -3,7 +3,7 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "36"
6
- VersionPatch = "1"
+ VersionPatch = "2"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments