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 ce0d757 commit ef0ef43Copy full SHA for ef0ef43
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.15.0
2
* Added github action for publish release tags
3
* Refactored version constant (split to major, minor and patch constants)
4
* Added `table.types.Nullable{*}Value` helpers and `table.types.Nullable()` common helper
internal/meta/version.go
@@ -2,6 +2,6 @@ package meta
const (
VersionMajor = "3"
5
- VersionMinor = "14"
6
- VersionPatch = "4"
+ VersionMinor = "15"
+ VersionPatch = "0"
7
)
0 commit comments