Skip to content

Commit 8b7c219

Browse files
author
robot
committed
Release v3.19.0
1 parent 69285b6 commit 8b7c219

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.19.0
12
* Added public package `dsn` for making piped data source name (connection string)
23
* Marked `ydb.WithEndpoint`, `ydb.WithDatabase`, `ydb.WithSecure`, `ydb.WithInsecure` options as deprecated
34
* Moved `ydb.RegisterParser` to package `dsn`

internal/meta/version.go

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

33
const (
44
VersionMajor = "3"
5-
VersionMinor = "18"
6-
VersionPatch = "5"
5+
VersionMinor = "19"
6+
VersionPatch = "0"
77
)
88

99
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch

0 commit comments

Comments
 (0)