Skip to content

Commit 06c2e02

Browse files
committed
fix linter issues
1 parent 416d3aa commit 06c2e02

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.13.3
2+
* Fixed linter issues
3+
14
## 3.13.2
25
* Fixed race with read/write pool conns on closing conn
36

internal/conn/pool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ package conn
22

33
import (
44
"context"
5-
"github.com/ydb-platform/ydb-go-sdk/v3/internal/closer"
65
"sync"
76
"sync/atomic"
87
"time"
98

109
"google.golang.org/grpc"
1110

11+
"github.com/ydb-platform/ydb-go-sdk/v3/internal/closer"
1212
"github.com/ydb-platform/ydb-go-sdk/v3/internal/endpoint"
1313
"github.com/ydb-platform/ydb-go-sdk/v3/internal/errors"
1414
"github.com/ydb-platform/ydb-go-sdk/v3/trace"

internal/meta/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package meta
22

33
const (
4-
Version = "ydb-go-sdk/3.13.2"
4+
Version = "ydb-go-sdk/3.13.3"
55
)

0 commit comments

Comments
 (0)