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 2b5d0f7 commit 4db8b58Copy full SHA for 4db8b58
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.28.0
2
* Added `sugar.GenerateDeclareSection()` helper for make declare section in `YQL`
3
* Added check when parameter name not started from `$` and automatically prepends it to name
4
* Refactor connection closing
internal/meta/version.go
@@ -2,7 +2,7 @@ package meta
const (
VersionMajor = "3"
5
- VersionMinor = "27"
+ VersionMinor = "28"
6
VersionPatch = "0"
7
)
8
0 commit comments