Skip to content

Commit ef0ef43

Browse files
author
robot
committed
Release v3.15.0
1 parent ce0d757 commit ef0ef43

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v3.15.0
12
* Added github action for publish release tags
23
* Refactored version constant (split to major, minor and patch constants)
34
* Added `table.types.Nullable{*}Value` helpers and `table.types.Nullable()` common helper

internal/meta/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ package meta
22

33
const (
44
VersionMajor = "3"
5-
VersionMinor = "14"
6-
VersionPatch = "4"
5+
VersionMinor = "15"
6+
VersionPatch = "0"
77
)

0 commit comments

Comments
 (0)